When moving over screen border, minimum height of windows gets ignored #7549
milotheirself
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just something odd i noticed ~
On Windows 11, Tauri windows that are moved across the top of the screen are resized to stay on screen, regardless of the set minimum height of the window. This only happens at the top of the screen, as far as I've been able to test, and also happens to native Windows application windows such as Explorer, Settings, etc.
https://youtu.be/yY8Y0apGzzA
(I've put this here in discussions, as I don't think it will cause a problem and it's not worth opening a issue about, but it might be something to be aware of if for some reason the minimum size is really important to someone. A simple workaround would be to check the height after a resize event and adjust if it's less than the set minimum.)
Beta Was this translation helpful? Give feedback.
All reactions