Skip to content

Commit

Permalink
Change default size
Browse files Browse the repository at this point in the history
  • Loading branch information
XanatosX committed Feb 12, 2021
1 parent 15aefdb commit e415f2f
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 e415f2f

Please sign in to comment.