1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Remove radial gradient and mirrored arrow

This commit is contained in:
kelteseth 2017-11-21 16:14:09 +01:00
parent 1ed11563ea
commit e345282324

View File

@ -101,24 +101,6 @@ Item {
fillMode: Image.PreserveAspectCrop
asynchronous: true
anchors.fill: parent
RadialGradient {
anchors.fill: parent
gradient: Gradient {
GradientStop {
position: 0.0
color: "transparent"
}
GradientStop {
position: 0.9
color: "#FA000000"
}
GradientStop {
position: 1.0
color: "black"
}
}
}
}
}
@ -136,7 +118,6 @@ Item {
Image {
id: imgBack
mirror: true
source: "qrc:/assets/icons/icon_arrow_right.svg"
sourceSize: Qt.size(15, 15)
fillMode: Image.PreserveAspectFit