Skip to content

Commit df91585

Browse files
committed
increased min height
1 parent 00c2ad7 commit df91585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:WinContextTweaker" mc:Ignorable="d"
77
Title="WinContextTweaker" WindowStartupLocation="CenterScreen"
8-
Height="500" Width="750" MinHeight="350" MinWidth="550"
8+
Height="500" Width="750" MinHeight="375" MinWidth="550"
99
FontFamily="Arial" FontSize="15" Background="#f0f0f0"
1010
KeyDown="MainWindow_OnKeyDown">
1111

0 commit comments

Comments
 (0)