Skip to content

Commit

Permalink
fix window size
Browse files Browse the repository at this point in the history
  • Loading branch information
Crauzer committed Mar 1, 2023
1 parent a43a4c5 commit 53c8e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lol2gltf/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ static void Main(string[] args)

PhotinoBlazorApp app = builder.Build();
// customize window
app.MainWindow.UseOsDefaultSize = false;
app.MainWindow.SetIconFile("favicon.ico").SetTitle("lol2gltf").Center().SetWidth(1600).SetHeight(1100);
app.MainWindow.SetIconFile("favicon.ico").SetTitle("lol2gltf").Center().SetUseOsDefaultSize(true);

#if DEBUG
app.MainWindow.SetDevToolsEnabled(true);
Expand Down

0 comments on commit 53c8e30

Please sign in to comment.