mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix Sidebar shadow
This commit is contained in:
parent
a738955d33
commit
04ed33d516
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user