Skip to content

Commit

Permalink
Make MainWindow larger
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikux3 committed Nov 25, 2019
1 parent ba80851 commit 57fd6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenKh.Tools.ObjentryEditor/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:OpenKh.Tools.ObjentryEditor.Views"
mc:Ignorable="d"
Title="{Binding Title}" Height="470" Width="800">
Title="{Binding Title}" Height="500" Width="800">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
Expand Down

0 comments on commit 57fd6d0

Please sign in to comment.