1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-20 01:11:47 +02:00

Remove antialiasing properties

This commit is contained in:
Elias Steurer 2019-12-20 11:35:31 +01:00
parent 83018adeab
commit e22d7561f6
3 changed files with 1 additions and 4 deletions

View File

@ -21,7 +21,6 @@ Item {
}
LinearGradient {
id: tabShadow
antialiasing: true
cached: true
anchors.fill: parent
start: Qt.point(0, 0)

View File

@ -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

View File

@ -22,7 +22,6 @@ Item {
Image {
id: image
anchors.fill: parent
antialiasing: false
asynchronous: true
fillMode: Image.PreserveAspectCrop
source: screenPlayItemImage.sourceImage.trim()