diff options
author | Ken Moore <ken@ixsystems.com> | 2019-01-26 09:12:44 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2019-01-26 09:12:44 -0500 |
commit | b47772b7856e57834b7bad447d6605c435bb1120 (patch) | |
tree | 64abf6570bf22d0d46d5c4e713a55298d5ee1d3b /src-qt5 | |
parent | Get the thumbnail loader all working again. (diff) | |
download | lumina-b47772b7856e57834b7bad447d6605c435bb1120.tar.gz lumina-b47772b7856e57834b7bad447d6605c435bb1120.tar.bz2 lumina-b47772b7856e57834b7bad447d6605c435bb1120.zip |
Make the minimum size of the page buttons larger in the lthemeengine UI.
Diffstat (limited to 'src-qt5')
-rw-r--r-- | src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui | 20 |
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> |