diff options
Diffstat (limited to 'raveos-calamares-theme/etc')
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 4 |
1 files changed, 4 insertions, 0 deletions
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 } } |