mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 21:24:55 -04:00
--Bug fixes
-Fix crash when creating a dummy renderer when showing the final render dialog. -Fix default tab size with new version of Qt.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
This is needed to deal with the large tabs in the fusion theme which is the default on Linux, and optional on Windows.
|
||||
It's not needed for other themes.
|
||||
You should keep this at the top of whatever custom style you make to ensure the tabs aren't unusually large.*/
|
||||
QTabBar::tab { height: 5ex; }
|
||||
QTabBar::tab { height: 3ex; }
|
||||
|
||||
/*This is needed to give the labels on the status bar some padding.*/
|
||||
QStatusBar QLabel { padding-left: 2px; padding-right: 2px; }
|
||||
|
Reference in New Issue
Block a user