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/widgets/ThemeCustomizationWidget.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/widgets/ThemeCustomizationWidget.ui')
-rw-r--r-- | launcher/ui/widgets/ThemeCustomizationWidget.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/launcher/ui/widgets/ThemeCustomizationWidget.ui b/launcher/ui/widgets/ThemeCustomizationWidget.ui index c184b8f3..9cc5cc76 100644 --- a/launcher/ui/widgets/ThemeCustomizationWidget.ui +++ b/launcher/ui/widgets/ThemeCustomizationWidget.ui @@ -11,9 +11,12 @@ </rect>
</property>
<property name="windowTitle">
- <string>Form</string>
+ <string notr="true">Form</string>
</property>
<layout class="QFormLayout" name="formLayout">
+ <property name="sizeConstraint">
+ <enum>QLayout::SetMinimumSize</enum>
+ </property>
<property name="leftMargin">
<number>0</number>
</property>
|