From 14253a34772b83cfd71ea60b8f31821a67d706d2 Mon Sep 17 00:00:00 2001 From: Nippy Date: Tue, 2 Jun 2026 21:15:21 +0200 Subject: calamares update --- .../etc/calamares/branding/raveos/stylesheet.qss | 10 ---------- .../etc/calamares/branding/raveos/welcomeq.qml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml (limited to 'raveos-calamares-theme/etc/calamares') diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss index b53ae1d..8a12280 100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss @@ -3,16 +3,6 @@ /* Main: #404040 | Accent: #3d7839 | Border: #7f8c8d */ /* ===================================================== */ -/* ---------------- Welcome Logo (screen-adaptive) ---------------- */ - -#welcomeLogo { - min-height: 1100px; - min-width: 1100px; - max-height: 9999px; - max-width: 9999px; - qproperty-alignment: AlignCenter; -} - /* ---------------- Global ---------------- */ * { diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml new file mode 100644 index 0000000..4ebbe44 --- /dev/null +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml @@ -0,0 +1,15 @@ +import QtQuick 2.10 + +Item { + id: welcomeRoot + anchors.fill: parent + + Image { + anchors.fill: parent + source: "images/raveos-welcome.png" + fillMode: Image.Stretch + horizontalAlignment: Image.AlignHCenter + verticalAlignment: Image.AlignVCenter + smooth: true + } +} -- cgit v1.3