From 275d649216d86000f9f9354aba20f96c0a1fe5c8 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sun, 7 Jun 2026 20:11:19 +0200 Subject: calamares: mipmap=true a slideshow képekhez, pkgrel 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1080p-n pixelás volt a 2K kép, mipmap engedélyezésével javítva. --- raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos/show.qml') 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 } } -- cgit v1.3