-
-
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
Align boxes for different lines in preferences dialog #2481
Comments
👍 |
|
+1 from me too. |
@Nodd thanks for pointing me to that layout, but I think that it would look weird to have some things alignes to the left and some others to the right. Since many of these options involve several widgets to the right, I will stick to the GridLayout. Should be a fast fix, it really bugs me how it looks... it looks ugly!!! |
@spyder-ide/core-developers So, I thought it was simpler, cause the helpers for comboboxes already create inside the label, so I added a couple of arguments, to pass along the related labels and any intermediate additional space. I could also, potentially pass the options in comboboxes of related comboboxes so that the width of the actual combobox is also uniform (to the maximum content). So far it would look like this... |
Or we could just stretch the comboboxes, so all comboboxes reach the same place. Qt windows style | |
Icon theme | |
Language | | |
I can also make it look something like this.... |
2nd one looks better ! |
+1 for the second screenshot. |
The following image displays the look of the preferences dialog (master). The idea is to use a QGridLayout to align for example, the first three options that include comboboxes.
The text was updated successfully, but these errors were encountered: