-
Notifications
You must be signed in to change notification settings - Fork 15
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
QDockWidgets Titlebar have giant toolbars on Mac #128
Comments
Could you try the style edit PR ( #133 ), and enter the following in the style editor: QDockWidget::title {
padding: 0px; /* try varying this number */
} The padding can also be |
See comments to #133 |
is the minimum padding size I can specify. Will try to play max/min. |
QDockWidget::title {
padding: 10px 20px 30px 40px; /* All just 10*/
} Edit: |
Does the other paddings work if you replace the icons? |
Will try tonight. |
Making the button image change on hover is difficult (probably a bug), but there is a workaround: |
The Titlebar of the docked windows in the UI are very vertically wide on Mac. On Linux and Windows they look great.
The text was updated successfully, but these errors were encountered: