-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Preferences window covers whole UI #1576
Comments
Hmm I'm not sure what would cause something like that, is there anything in the log file? ( |
Sorry for the late response... This is the content of the log, nothing strange here
Maybe the window info in slade.cfg is strange:
Current screen resolution on main screen is 3840x2160, the second screen has an equal resolution. |
Hmm yeah that prefs window size is way too large :P Try changing it to something smaller and see if it works. First 2 numbers are size, second 2 are position on the screen. |
I have the same issue, but luckily I have a second monitor on a different offset so I can drag the preferences panel to the right a bit and see the buttons. Workaround when you don't see the buttons: Ctrl-Enter activates the default button ("OK") Furthermore, every toolbar and every dialog is 2x bigger than necessary. It's like the 200% scaling is applied twice. Many dialogs and panels can't be shrunk because of their runtime MinSize. |
I've also noticed that the preferences window size is excessively large. I attempted to adjust the size to smaller values, but it keeps reverting to inadequate dimensions. It seems that the values from the configuration file are being multiplied by ten. I'm using KDE Plasma 6.2.3 with Wayland on Arch Linux. Fractional scaling set to 150%. |
SLADE Version: (3.2.4) (d05af4b)
Operating System: ( Debian 11)
Issue Details:
When activating preferences from the Edit menu, the screen turns white (fullscreen) and no buttons appear. Slade is unusable then and needs to be killed. But without setting preferences i can't configure it.
I built slade from source since i couldn't install it by the package manager for my distro.
Libraries:
In issue #1351 it was suggested setting GDB Backend to x11 ($GDK_BACKEND=x11 slade) but this did not change anything.
I stumbled over this issue a few weeks ago. Today i gave it a new try witht the latest master, but the result was the same.
What else can i try?
The text was updated successfully, but these errors were encountered: