diff options
Diffstat (limited to 'launcher/ui/setupwizard/ThemeWizardPage.ui')
-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> |