size setting window

This commit is contained in:
Luc Vandenbroucke 2021-05-06 08:01:50 +02:00
parent 030b3f8da2
commit de75001c91

View file

@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:eDosStation"
mc:Ignorable="d"
Title="Settings" Height="450" Width="800" Loaded="Window_Loaded">
Title="Settings" Height="263.656" Width="492.731" Loaded="Window_Loaded">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="auto" />
@ -52,6 +52,6 @@
<Button Grid.Row="8" Grid.Column="0" Content="OK" Name="bOK" Click="BOK_Click" />
<Button Grid.Row="8" Grid.Column="2" Content="Cancel" Name="bCancel" Click="BCancel_Click" />
</Grid>
</Window>