aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui20
1 files changed, 17 insertions, 3 deletions
diff --git a/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui b/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui
index c60eb870..e83faba7 100644
--- a/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui
+++ b/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui
@@ -198,8 +198,14 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>110</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
- <string>General
+ <string>General
Styles</string>
</property>
<property name="icon">
@@ -231,6 +237,12 @@ Styles</string>
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>110</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>Desktop
Styles</string>
@@ -308,7 +320,8 @@ Styles</string>
<string>Close</string>
</property>
<property name="icon">
- <iconset theme="dialog-cancel"/>
+ <iconset theme="dialog-cancel">
+ <normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
@@ -327,7 +340,8 @@ Styles</string>
<string>Apply</string>
</property>
<property name="icon">
- <iconset theme="dialog-ok-apply"/>
+ <iconset theme="dialog-ok-apply">
+ <normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
bgstack15