Skip to content

Commit

Permalink
♻️ Modify the minimum window size
Browse files Browse the repository at this point in the history
  • Loading branch information
uiYzzi committed Mar 14, 2024
1 parent 8a5fc94 commit c41d71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void main() async {
TitleBarStyle.hidden,
windowButtonVisibility: false,
);
await windowManager.setMinimumSize(const Size(500, 600));
await windowManager.setMinimumSize(const Size(400, 600));
await windowManager
.setSize(Size(Global.windowWidth, Global.windowHeight));
await windowManager.show();
Expand Down

0 comments on commit c41d71d

Please sign in to comment.