Skip to content

Commit

Permalink
fixed min size of the options window (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
osmanovv authored Aug 1, 2020
1 parent b0be8c7 commit 7aa82d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auxmic.ui/Options.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:local="clr-namespace:auxmic.ui"
xmlns:p="clr-namespace:auxmic.ui.Properties"
mc:Ignorable="d"
Title="Options" Height="250" Width="600" ResizeMode="CanResize" WindowStyle="ToolWindow" WindowStartupLocation="CenterOwner">
Title="Options" Height="250" Width="500" MinHeight="250" MinWidth="500" ResizeMode="CanResize" WindowStyle="ToolWindow" WindowStartupLocation="CenterOwner">

<Window.Resources>

Expand Down

0 comments on commit 7aa82d0

Please sign in to comment.