diff options
author | Tayou <tayou@gmx.net> | 2023-01-09 18:40:58 +0100 |
---|---|---|
committer | Tayou <tayou@gmx.net> | 2023-01-10 16:09:57 +0100 |
commit | 668b19d11948bedeff6908d76d63f5a5fad4eb02 (patch) | |
tree | a29cd115dbda66337904339d103c6a5938b99d5e /launcher/ui/widgets/ThemeCustomizationWidget.ui | |
parent | 5c48f0b458c8b4e9306b6791b228285b6c7f4586 (diff) | |
download | PrismLauncher-668b19d11948bedeff6908d76d63f5a5fad4eb02.tar.gz PrismLauncher-668b19d11948bedeff6908d76d63f5a5fad4eb02.tar.bz2 PrismLauncher-668b19d11948bedeff6908d76d63f5a5fad4eb02.zip |
Add hint about Cat
Signed-off-by: Tayou <tayou@gmx.net>
Diffstat (limited to 'launcher/ui/widgets/ThemeCustomizationWidget.ui')
-rw-r--r-- | launcher/ui/widgets/ThemeCustomizationWidget.ui | 51 |
1 files changed, 39 insertions, 12 deletions
diff --git a/launcher/ui/widgets/ThemeCustomizationWidget.ui b/launcher/ui/widgets/ThemeCustomizationWidget.ui index b2772983..f216a610 100644 --- a/launcher/ui/widgets/ThemeCustomizationWidget.ui +++ b/launcher/ui/widgets/ThemeCustomizationWidget.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>311</height> + <height>191</height> </rect> </property> <property name="windowTitle"> @@ -77,6 +77,9 @@ </item> <item row="2" column="0"> <widget class="QLabel" name="backgroundCatLabel"> + <property name="toolTip"> + <string>The cat appears in the background and is not shown by default. It is only made visible when pressing the Cat button in the Toolbar.</string> + </property> <property name="text"> <string>C&at</string> </property> @@ -86,17 +89,41 @@ </widget> </item> <item row="2" column="1"> - <widget class="QComboBox" name="backgroundCatComboBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QComboBox" name="backgroundCatComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>The cat appears in the background and is not shown by default. It is only made visible when pressing the Cat button in the Toolbar.</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="catInfoLabel"> + <property name="toolTip"> + <string>The cat appears in the background and is not shown by default. It is only made visible when pressing the Cat button in the Toolbar.</string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset theme="about"> + <normaloff>.</normaloff>.</iconset> + </property> + <property name="flat"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> </item> </layout> </widget> |