Fix padding on toolbuttons with menu button popup

Fixes #795
This commit is contained in:
Jonas Kvinge
2022-01-08 13:10:48 +01:00
parent 709ba72777
commit 4cde9a7e9e
5 changed files with 44 additions and 24 deletions

View File

@@ -151,6 +151,12 @@
<property name="enabled">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QToolButton, QToolButton:hover, QToolButton:pressed {
padding-right: 16px;
}
</string>
</property>
<property name="iconSize">
<size>
<width>32</width>