1Лаба готова

This commit is contained in:
Itos 2024-04-05 02:00:07 +04:00
parent dd3423a450
commit 533aa33e87

View File

@ -5,8 +5,19 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Seven__Wonders_of_the_World"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
Title="Не отвечает(Не отвечает)" Height="600" Width="1000" MinHeight="400" MinWidth="800">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="100*" />
<RowDefinition Height="1000*"/>
<RowDefinition Height="1000*"/>
<RowDefinition Height="1000*"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="600*"/>
<ColumnDefinition Width="600*"/>
<ColumnDefinition Width="600*"/>
<ColumnDefinition Width="600*"/>
</Grid.ColumnDefinitions>
</Grid>
</Window>