diff options
| -rw-r--r-- | raveos-calamares-theme/PKGBUILD | 2 | ||||
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index 8b14f0e..341d51d 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=27 +pkgrel=28 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml index fbbee94..6d2db3a 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml @@ -45,6 +45,7 @@ Presentation anchors.fill: parent fillMode: Image.PreserveAspectCrop smooth: true + mipmap: true } } @@ -59,6 +60,7 @@ Presentation anchors.fill: parent fillMode: Image.PreserveAspectCrop smooth: true + mipmap: true } } @@ -73,6 +75,7 @@ Presentation anchors.fill: parent fillMode: Image.PreserveAspectCrop smooth: true + mipmap: true } } @@ -87,6 +90,7 @@ Presentation anchors.fill: parent fillMode: Image.PreserveAspectCrop smooth: true + mipmap: true } } |