-
Notifications
You must be signed in to change notification settings - Fork 446
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
Add page.window_maximizable
#494
Comments
Set a |
Earlier I had checked with max_width only but after reading I have set the max_height too and it worked. Thanks for the help. There is one issue with this though. Maximize button reset the position of the window to origin and give the impression that maximize button is not working properly. |
window_manager library has "setMaximizable" method, but it works on Windows only. I don't know if it makes sense implementing it in Flet as it's for Windows only? |
There are some other window properties in Page that work only for Mac. (Forgot the names actually) So, I think it's worth it. |
page.window_maximizable
You bet! |
Hi,
I can prevent window from getting minimized but not maximize.
Is there any way to achieve this ?
The text was updated successfully, but these errors were encountered: