-
-
Notifications
You must be signed in to change notification settings - Fork 829
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
Settings UI has scrollbars by default #1922
Comments
cc @f8ith |
That true, same for me but I think was cause by something older because it was like this on the last 0.4.1 |
Try with a fresh install, I cannot reproduce it with a fresh one |
Edited to add repro steps |
Settings dialog was very borked originally, my PR fixed some parts but might've left others unfixed. There is a lot of hard-coded geometry for some reason, I'm working to resolve the issues. |
I'm putting together a PR to translate "MB, GB, h, m, s.", I can change the size of the settings screen, as it involves a gui... |
We need something responsive rather than a size, I think, because a size is hardcoded, no ? |
Here are some of my opinions about the interface. |
@DanielSvoboda Wow, I like your version.
Can you make a sketch? "Logger" go to Debug - I agree. |
Today I will be busy, but from tomorrow I can open a PR with the new positions |
Without geometry, I believe QScrollArea still needs to have a manually set minimum size, otherwise the dialog box will be tiny by default. We could get size hints on individual group boxes/layouts and then calculate the required minimum size that way. |
General Settings UI as of this commit shows vertical and horizontal scrollbars on English language, and even more so on other, like Russian.
Could this be caused by #1920?
Steps to reproduce:
What happens:
General tab settings UI has scrollbars
What should happen:
No scrollbars, the window is large enough for scrollbars to not appear
The text was updated successfully, but these errors were encountered: