Use jpg for gradiency

pull/2/head
cryptochangements34 7 years ago committed by moneromooo-monero
parent 8fbd8b99d7
commit bb836dae38

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