-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Font changing dialog is too big for certain display resolutions #310
Comments
Maybe Windows had upscaling or a lower resolution was used. |
Hopefully RPi/Debian will get QT6 implemented soon... |
Back in the day, certain nVidia settings would allow larger resolutions than the device supported by surpassing the devices borders and allowing you to pan around the larger image, however this may not be the case here as QPrompt is displaying a full window correctly according to the screen shot. |
DX vs OpenGL issue? |
Probably a user setting. |
I noticed the size of the font requestor window was significantly taller than mine.... |
The text also spans multiple lines. That might be related. |
Bug Description
If you select too much text, the font change dialog will extend beyond the display's resolution
Steps to Reproduce
On a display with 768px of vertical resolution...
1.Select a paragraph
2. Open "Choose system font" dialog
Expected behavior
Dialog extends beyond window height.
Detailed description of display configuration (if applicable)
Unavailable. 1366x768 is estimated, meaning this bug also affects Standard Definition displays
Screenshots (optional)
Device information
Additional context
Windows doesn't allow placing window decorators at a position above the top of the screen if no other display is mapped to that space. This makes the dialog buttons completely inaccesible on Windows. One can work around the problem on Linux (KDE Plasma) by pressing the Super key and dragging the window as needed.
The text was updated successfully, but these errors were encountered: