1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add subtle gradient

This commit is contained in:
kelteseth 2017-11-21 10:14:50 +01:00
parent 4856c7ba9b
commit 45e93ad6da

View File

@ -18,6 +18,10 @@ Rectangle {
position: 0.0
color: "#ffffff"
}
GradientStop {
position: 0.1
color: "#fAffffff"
}
GradientStop {
position: 1.0
color: "#DFffffff"