color adjustment

This commit is contained in:
Alexandre Van de Sande 2015-02-10 15:10:02 +01:00
parent c591a8a18e
commit 4cfcaaa2ca

View file

@ -434,9 +434,9 @@ ApplicationWindow {
rotation: 90 rotation: 90
gradient: Gradient { gradient: Gradient {
GradientStop { position: 0.0; color: "#D5D4D5" } GradientStop { position: 0.0; color: "#E2DEDE" }
GradientStop { position: 0.1; color: "#E7E5E7" } GradientStop { position: 0.1; color: "#EBE8E8" }
GradientStop { position: 1.0; color: "#E7E5E7" } GradientStop { position: 1.0; color: "#EBE8E8" }
} }
} }