diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-02 20:31:54 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-02 20:31:54 +0200 |
| commit | 1ba8048f28d8960f4246e98c52b861a5277a66b1 (patch) | |
| tree | 61f5bd223517b1d5f07f7cab4a7a16ea15c78418 | |
| parent | de4dea724170f59e90242f34625485d7af1df03b (diff) | |
| download | RaveOS-PKGBUILD-1ba8048f28d8960f4246e98c52b861a5277a66b1.tar.gz RaveOS-PKGBUILD-1ba8048f28d8960f4246e98c52b861a5277a66b1.zip | |
calamares update
| -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; } |