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

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