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()