Skip to content

Commit

Permalink
Resize window option modified
Browse files Browse the repository at this point in the history
  • Loading branch information
enviGit committed Feb 26, 2023
1 parent 942d74f commit d259b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeatherProphet/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:WeatherProphet"
mc:Ignorable="d"
Title="Weather Prophet" Height="450" Width="800">
Title="Weather Prophet" Height="450" Width="800" ResizeMode="CanMinimize">
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
Expand Down

0 comments on commit d259b3d

Please sign in to comment.