Simplify stylesheet on QToolButton
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user