Skip to content

Commit

Permalink
chore: Set default window size
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Jun 9, 2023
1 parent 569ed0a commit 60f18d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SamplesApp/SamplesApp.Shared/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ public App()
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");

#if __SKIA__
ApplicationView.PreferredLaunchViewSize = new Windows.Foundation.Size(1024, 768);
#endif

ConfigureFeatureFlags();

AssertIssue1790ApplicationSettingsUsable();
Expand Down

0 comments on commit 60f18d6

Please sign in to comment.