From e22d7561f6ff055d3ffa920750dfdfa384debe06 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 20 Dec 2019 11:35:31 +0100 Subject: [PATCH] Remove antialiasing properties --- ScreenPlay/qml/Community/Community.qml | 1 - ScreenPlay/qml/Installed/ScreenPlayItem.qml | 3 +-- ScreenPlay/qml/Installed/ScreenPlayItemImage.qml | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ScreenPlay/qml/Community/Community.qml b/ScreenPlay/qml/Community/Community.qml index dbcd5683..c43ed586 100644 --- a/ScreenPlay/qml/Community/Community.qml +++ b/ScreenPlay/qml/Community/Community.qml @@ -21,7 +21,6 @@ Item { } LinearGradient { id: tabShadow - antialiasing: true cached: true anchors.fill: parent start: Qt.point(0, 0) diff --git a/ScreenPlay/qml/Installed/ScreenPlayItem.qml b/ScreenPlay/qml/Installed/ScreenPlayItem.qml index f56bf640..1ae41a50 100644 --- a/ScreenPlay/qml/Installed/ScreenPlayItem.qml +++ b/ScreenPlay/qml/Installed/ScreenPlayItem.qml @@ -126,7 +126,7 @@ Item { visible: false smooth: true fillMode: Image.PreserveAspectFit - antialiasing: true + } Item { @@ -177,7 +177,6 @@ Item { OpacityMask { anchors.fill: itemWrapper - antialiasing: true source: itemWrapper maskSource: mask diff --git a/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml b/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml index 558c365f..366563c5 100644 --- a/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml +++ b/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml @@ -22,7 +22,6 @@ Item { Image { id: image anchors.fill: parent - antialiasing: false asynchronous: true fillMode: Image.PreserveAspectCrop source: screenPlayItemImage.sourceImage.trim()