Replies: 1 comment 1 reply
-
If not mistaken, by default the window has no minimum size constraints. You can however set/define one if you wish. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
window_min_height
🖥️ Desktop only. Get or set the minimum height of a native OS window containing Flet app.
Deprecated in v0.23.0 and will be removed in v0.26.0. Use Page.window.min_height instead.
if documentation says this, then why, when i try to get the minimum window height into a variable, it gives None?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions