1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix Sidebar shadow

This commit is contained in:
kelteseth 2017-04-10 12:16:59 +02:00
parent a738955d33
commit 04ed33d516

View File

@ -102,8 +102,10 @@ Item {
}
}
Rectangle {
Item {
id: shadow
width:5
anchors {
top: parent.top
right: sidebarBackground.left
@ -114,7 +116,7 @@ Item {
LinearGradient {
anchors.fill: parent
start: Qt.point(0, 0)
end: Qt.point(0, 5)
end: Qt.point(5, 0)
gradient: Gradient {
GradientStop {
position: 0.0