diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss index c48e5d2..c4f258e 100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss @@ -6,8 +6,11 @@ /* ---------------- Welcome Logo (screen-adaptive) ---------------- */ #logoLabel { - min-height: 650px; + min-height: 800px; + min-width: 800px; max-height: 9999px; + max-width: 9999px; + qproperty-scaledContents: true; qproperty-alignment: AlignCenter; } |