We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My newly launched clean Lite Portable version out of borders like this
same for when I click "advanced mode" after "add a feed"
even thought there's enough space on the screen to fully fit the window
1 have windows default zoom set to 125% 2 have QT_SCALE_FACTOR env var set to 1.5 3 have 1920x1200 screen resolution
fully visible windows
out of bounds windows
rssguard.log
The text was updated successfully, but these errors were encountered:
e48677b
OK, I added automatic logic for all modal dialogs and added the same logic when loading main window.
So now, SIZE of windows should not exceed screen size. POSITION of dialogs is not solved yet.
First, please wait until the fix compiles and test the sizes. If they will be okay, I will fix the positions.
Sorry, something went wrong.
Seems to be working (not sure if the left size is few px out of bounds or not tho 😁 )
advanced mode shows up fine as well:
OK. Added position guarding too.
8e2de8c
Check when compiled and let know.
👍
ok, closing, there are some cases where tweaks would have to be made in the future (like keeping aspect ration of down-sized dialogs etc)
martinrotter
No branches or pull requests
Brief description of the issue
My newly launched clean Lite Portable version out of borders like this
same for when I click "advanced mode" after "add a feed"
even thought there's enough space on the screen to fully fit the window
How to reproduce the bug?
1 have windows default zoom set to 125%
2 have QT_SCALE_FACTOR env var set to 1.5
3 have 1920x1200 screen resolution
What was the expected result?
fully visible windows
What actually happened?
out of bounds windows
Debug log
rssguard.log
Operating system and version
The text was updated successfully, but these errors were encountered: