Use jpg for gradiency

This commit is contained in:
cryptochangements34 2017-11-21 18:49:34 -05:00 committed by moneromooo-monero
parent 8fbd8b99d7
commit bb836dae38

View File

@ -51,14 +51,12 @@ Rectangle {
height: 50 height: 50
z: 1 z: 1
LinearGradient { // use jpg for gradiency
anchors.fill: parent Image {
start: Qt.point(0, 0) anchors.fill: parent
end: Qt.point(parent.width, 0) height: parent.height
gradient: Gradient { width: parent.width
GradientStop { position: 1.0; color: "#1a1a1a" } source: "../images/titlebarGradient.jpg"
GradientStop { position: 0.0; color: "black" }
}
} }
} }