mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
Use jpg for gradiency
This commit is contained in:
parent
8fbd8b99d7
commit
bb836dae38
@ -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" }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user