From e75e0773fdfd2cfdac6b1ddab65fc533e98f476c Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 14 Dec 2022 19:35:48 +0100 Subject: [PATCH] fiddle a bit more with the margins --- EliteBGS/MainWindow.xaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/EliteBGS/MainWindow.xaml b/EliteBGS/MainWindow.xaml index 71ea03e..dcd48ee 100644 --- a/EliteBGS/MainWindow.xaml +++ b/EliteBGS/MainWindow.xaml @@ -8,7 +8,7 @@ xmlns:local="clr-namespace:EliteBGS" xmlns:Util="clr-namespace:EliteBGS.Util" d:DataContext="{d:DesignInstance Type=Util:AppConfig}" x:Name="window" x:Class="EliteBGS.MainWindow" mc:Ignorable="d" - Title="Elite: Dangerous BGS Helper" Height="520" Width="890" Icon="Salus.ico" Closing="window_Closing"> + Title="Elite: Dangerous BGS Helper" Height="520" Width="950" Icon="Salus.ico" Closing="window_Closing">