Skip to content

Commit

Permalink
update minimum window size (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat authored Oct 17, 2024
1 parent 8c5a004 commit 6a2799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/UI/Elements/Settings/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
mc:Ignorable="d"
d:DataContext="{d:DesignInstance dmodels:MainWindowViewModel, IsDesignTimeCreatable=True}"
Title="{x:Static resources:Strings.Menu_Title}"
MinWidth="960"
MinWidth="1000"
Width="1000"
Height="580"
Background="{ui:ThemeResource ApplicationBackgroundBrush}"
Expand Down

0 comments on commit 6a2799e

Please sign in to comment.