Skip to content

Commit

Permalink
changed size of main window
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadySK committed Sep 1, 2021
1 parent 1b9fc2a commit d572624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GbxMapBrowser/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:local="clr-namespace:GbxMapBrowser"
xmlns:System="clr-namespace:System;assembly=System.Runtime" xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls"
mc:Ignorable="d"
Title="Gbx Map Browser" Height="720" Width="900" MinHeight="400" MinWidth="600" Background="{DynamicResource MahApps.Brushes.ThemeBackground}" Loaded="Window_LoadedAsync">
Title="Gbx Map Browser" Height="800" Width="1100" MinHeight="400" MinWidth="600" Background="{DynamicResource MahApps.Brushes.ThemeBackground}" Loaded="Window_LoadedAsync">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
Expand Down

0 comments on commit d572624

Please sign in to comment.