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/setupwizard | |
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/setupwizard')
-rw-r--r-- | launcher/ui/setupwizard/ThemeWizardPage.ui | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/launcher/ui/setupwizard/ThemeWizardPage.ui b/launcher/ui/setupwizard/ThemeWizardPage.ui index 1ab04fc8..01394ea4 100644 --- a/launcher/ui/setupwizard/ThemeWizardPage.ui +++ b/launcher/ui/setupwizard/ThemeWizardPage.ui @@ -32,6 +32,16 @@ </widget> </item> <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Hint: 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="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -41,7 +51,7 @@ <item> <widget class="QLabel" name="label_4"> <property name="text"> - <string>Icon Preview:</string> + <string> Preview:</string> </property> </widget> </item> @@ -317,6 +327,9 @@ <height>256</height> </size> </property> + <property name="toolTip"> + <string>The cat appears in the background and does not serve a purpose, it is purely visual.</string> + </property> <property name="text"> <string/> </property> |