Skip to content

Commit

Permalink
Merge pull request #132 from Settlers4Modding/feature/correct-start-w…
Browse files Browse the repository at this point in the history
…indow-size

Change default size
  • Loading branch information
LitzeYT authored Feb 25, 2021
2 parents 15aefdb + e415f2f commit fd0657a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CommunityPatchLauncher/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:p = "clr-namespace:CommunityPatchLauncher.Properties"
xmlns:fa="http://schemas.fontawesome.io/icons/"
mc:Ignorable="d"
Height="480" Width="800" MinHeight="480" MinWidth="680" Title="{x:Static p:Resources.MainWindow_Title}">
Width="1024" Height="768" MinWidth="800" MinHeight="600" Title="{x:Static p:Resources.MainWindow_Title}">
<!-- Style="{StaticResource WindowStyle}" -->
<Window.Resources>
<ResourceDictionary>
Expand Down
2 changes: 1 addition & 1 deletion src/CommunityPatchLauncher/Windows/WelcomeWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
xmlns:fa="http://schemas.fontawesome.io/icons/"
xmlns:uC="clr-namespace:CommunityPatchLauncher.UserControls"
mc:Ignorable="d"
Height="480" Width="800" MinHeight="480" MinWidth="680" Title="{x:Static p:Resources.WelcomeWindow_Title}">
Width="1024" Height="768" MinWidth="800" MinHeight="600" Title="{x:Static p:Resources.WelcomeWindow_Title}">
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
Expand Down

0 comments on commit fd0657a

Please sign in to comment.