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