diff options
author | Tayou <tayou@gmx.net> | 2023-01-09 16:54:10 +0100 |
---|---|---|
committer | Tayou <tayou@gmx.net> | 2023-01-10 16:06:24 +0100 |
commit | 49d317b19aa61fed056e0f14c12eb1997f68982d (patch) | |
tree | 0a6f62b069814138160f40508630edafd9b9763a /launcher/ui/setupwizard/ThemeWizardPage.ui | |
parent | 1b80ae0fca5e41d8caaa7d77d19faa9826752143 (diff) | |
download | PrismLauncher-49d317b19aa61fed056e0f14c12eb1997f68982d.tar.gz PrismLauncher-49d317b19aa61fed056e0f14c12eb1997f68982d.tar.bz2 PrismLauncher-49d317b19aa61fed056e0f14c12eb1997f68982d.zip |
UX tweak + formatting + added cat to wizard
Signed-off-by: Tayou <tayou@gmx.net>
Diffstat (limited to 'launcher/ui/setupwizard/ThemeWizardPage.ui')
-rw-r--r-- | launcher/ui/setupwizard/ThemeWizardPage.ui | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/launcher/ui/setupwizard/ThemeWizardPage.ui b/launcher/ui/setupwizard/ThemeWizardPage.ui index b743644f..95b0f805 100644 --- a/launcher/ui/setupwizard/ThemeWizardPage.ui +++ b/launcher/ui/setupwizard/ThemeWizardPage.ui @@ -6,8 +6,8 @@ <rect>
<x>0</x>
<y>0</y>
- <width>400</width>
- <height>300</height>
+ <width>510</width>
+ <height>552</height>
</rect>
</property>
<property name="windowTitle">
@@ -310,6 +310,28 @@ </layout>
</item>
<item>
+ <widget class="QPushButton" name="catImagePreviewButton">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>256</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="iconSize">
+ <size>
+ <width>256</width>
+ <height>256</height>
+ </size>
+ </property>
+ <property name="flat">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
|