Simplify stylesheet on QToolButton

This commit is contained in:
Jonas Kvinge
2022-01-08 13:18:54 +01:00
parent 4cde9a7e9e
commit 1d4775a94b
4 changed files with 6 additions and 13 deletions

View File

@@ -39,9 +39,8 @@
<item> <item>
<widget class="QToolButton" name="options"> <widget class="QToolButton" name="options">
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QToolButton, QToolButton:hover, QToolButton:pressed { <string notr="true">padding-right: 16px;
padding-right: 16px; </string>
}</string>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>

View File

@@ -152,10 +152,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QToolButton, QToolButton:hover, QToolButton:pressed { <string notr="true">padding-right: 16px;</string>
padding-right: 16px;
}
</string>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>

View File

@@ -88,9 +88,8 @@
<item> <item>
<widget class="QToolButton" name="view"> <widget class="QToolButton" name="view">
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QToolButton, QToolButton:hover, QToolButton:pressed { <string notr="true">padding-right: 16px;
padding-right: 16px; </string>
}</string>
</property> </property>
<property name="text"> <property name="text">
<string>View</string> <string>View</string>

View File

@@ -55,9 +55,7 @@
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QToolButton, QToolButton:hover, QToolButton:pressed { <string notr="true">padding-right: 16px;
padding-right: 16px;
}
</string> </string>
</property> </property>
<property name="iconSize"> <property name="iconSize">