-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set size while keeping window centered #142
Comments
We have a Rect bounds = Rect.fromLTWH(10, 10, 800, 600);
windowManager.setBounds(bounds); You can refer to the window_manager/lib/src/window_manager.dart Lines 286 to 351 in c243222
|
@lijy91 window_manager/lib/src/window_manager.dart Lines 270 to 274 in c243222
|
i will fix it |
Currently, the window grows downward and to the right, causing it to lose its positioning.
It would be nice to be able to set the size of the application window while keeping the window centered in the same call.
The text was updated successfully, but these errors were encountered: