Skip to content

Commit

Permalink
Load the example app with a bigger size for have a open navigation pa…
Browse files Browse the repository at this point in the history
…ne and do not center the window
  • Loading branch information
WinXaito committed Mar 28, 2023
1 parent eea1563 commit c786e52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ void main() async {
TitleBarStyle.hidden,
windowButtonVisibility: false,
);
await windowManager.setSize(const Size(755, 545));
await windowManager.setSize(const Size(1050, 545));
await windowManager.setMinimumSize(const Size(350, 600));
await windowManager.center();
await windowManager.show();
await windowManager.setPreventClose(true);
await windowManager.setSkipTaskbar(false);
Expand Down

0 comments on commit c786e52

Please sign in to comment.