-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Linux] DisableResize option not working #2780
Comments
Can confirm this doesn't work on Debian KDE desktop environment |
Have you used |
I did not, but I just figured I´d add it to the comment since the original author is using zorin OS which only support GNOME and XFACE according to it´s documentation |
I can confirm that the resize disabling is not working on Ubuntu 23.04 gnome either. I went back to the 2.0.0 release and its broken there too, I think its not a Wails problem. 😕 I'm trying to figure it out. |
I found the problem. In the I'll make a PR for this. edit: I clearly remember this working. I don't know, maybe GTK changed something? |
Description
when adding the
DisableResize = true
option it doesn't work .. and it shrinks the window to the minimum width and height while still being resizableTo Reproduce
wails init -n myproject -t react-ts
DisableResize: true
to the app optionswails dev
Expected behaviour
expected the app window to have a fixed size and width
Screenshots
Attempted Fixes
No response
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: