-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
UI problem: Save Path is very squashed (on two different Linux PCs) #1726
Comments
Can you post your resolution? I'll fire up a mint VM, guessing it's cinnamon related. |
Btw which thinkpads? I have a x230 I could test on |
Thank you. I have updated my first post with the necessary information. |
@borgmanJeremy the squashed effect looks a lot like the #1697, hence they might be related or get solved together. |
Yup, I can confirm this issue on setups with small vertical resolutions. The solution will be to embed all the settings in a vertical scroll bar. I never noticed it on my x230 because it runs i3 which maximizes the vertical space enough. I replicated it in a VM and by installing plasma on my x230. |
* Fix #1697 and #1726 Changed ConfigWindow to inherit QWidget and moved QTabWidget to be an attribute. setMinimumSize is no longer necessary in ConfigWindow. Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Create scroll area around checkboxes Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Do not truncate tab bar anymore Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Set parent widget to prevent a memory leak Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
@borgmanJeremy I think this issue can be closed as well. |
Flameshot version
0.9.0
Compiled with QT 5.11.3
Describe the bug
On one of my computers [EDIT: a ThinkPad X230, resolution 1366x768, with no Hi-DPI scaling], I see this:
On another of my computers [EDIT: a ThinkPad X1CG6, resolution 2560x1440 , with 2x Hi-DPI scaling for GTK and with
QT_AUTO_SCREEN_SCALE_FACTOR=1
], I see this:To Reproduce
Open the relevant configuration pane.
Expected behavior
Obviously, the 'Save Path' part of the configuration file should be readable.
System Information
Both computers are ThinkPads running Linux Mint Cinnamon on a 5.8 kernel. EDIT: for further information, please see above.
The text was updated successfully, but these errors were encountered: