Index: sources/gui/qml/components/Circle.qml =================================================================== diff -u -r68757118f0b5dc5d831f8330ff3fec40dc461aa9 -rdff9d50ebfa80ec99313586e1d48662b72940d24 --- sources/gui/qml/components/Circle.qml (.../Circle.qml) (revision 68757118f0b5dc5d831f8330ff3fec40dc461aa9) +++ sources/gui/qml/components/Circle.qml (.../Circle.qml) (revision dff9d50ebfa80ec99313586e1d48662b72940d24) @@ -88,7 +88,7 @@ source: _shape gradient: Gradient { - GradientStop { position: 0.4; color: showGradient ? _root.startGradientColor :_root.color } + GradientStop { position: 0.0; color: showGradient ? _root.startGradientColor :_root.color } GradientStop { position: 1.0; color: _root.color } } }