Skip to content

Commit

Permalink
Merge pull request #229 from DHancock/dev
Browse files Browse the repository at this point in the history
Adjust initial window size
  • Loading branch information
DHancock authored Nov 5, 2023
2 parents f1956fd + 79c3688 commit a20a529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SudokuSolver/Views/ColorsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
mc:Ignorable="d"
MinWidth="450"
MinHeight="430"
InitialWidth="645"
InitialWidth="600"
InitialHeight="500">

<Grid x:Name="LayoutRoot" RequestedTheme="{x:Bind ViewModel.Theme, Mode=OneWay}">
Expand Down

0 comments on commit a20a529

Please sign in to comment.