Make sure all tool buttons scale to base icon size
This commit is contained in:
@@ -206,11 +206,11 @@ class GuiOutlineToolBar(QToolBar):
|
||||
|
||||
logger.debug("Create: GuiOutlineToolBar")
|
||||
|
||||
iPx = CONFIG.pxInt(22)
|
||||
bPx = SHARED.theme.baseButtonHeight
|
||||
mPx = CONFIG.pxInt(12)
|
||||
|
||||
self.setMovable(False)
|
||||
self.setIconSize(QSize(iPx, iPx))
|
||||
self.setIconSize(QSize(bPx, bPx))
|
||||
self.setContentsMargins(0, 0, 0, 0)
|
||||
|
||||
stretch = QWidget(self)
|
||||
|
||||
Reference in New Issue
Block a user