diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-02 20:43:53 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-02 20:43:53 +0200 |
| commit | cc00fd0475a506d7dfd0f9be26fc9f9db1885014 (patch) | |
| tree | c2d3bf8ad1cd41e29bdc085aa9db1920ef8a10c7 /raveos-calamares-theme | |
| parent | a7fc84042f92567b4e0de3d78ea5b6b1b5b344a1 (diff) | |
| download | RaveOS-PKGBUILD-cc00fd0475a506d7dfd0f9be26fc9f9db1885014.tar.gz RaveOS-PKGBUILD-cc00fd0475a506d7dfd0f9be26fc9f9db1885014.zip | |
calamares update
Diffstat (limited to 'raveos-calamares-theme')
| -rw-r--r-- | raveos-calamares-theme/PKGBUILD | 2 | ||||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index f50b13a..9a4180d 100644 --- a/raveos-calamares-theme/PKGBUILD +++ b/raveos-calamares-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: AlexC <alexc@alexc.hu> pkgname=raveos-calamares-theme pkgver=2.0.0 -pkgrel=16 +pkgrel=18 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" 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; } |