Index: sources/gui/qml/components/Circle.qml =================================================================== diff -u -rcd7de5f6d239a11615ba8c6c03339a10996486ca -r3afad151e41be500dd32045b7ddce9e10c19dc96 --- sources/gui/qml/components/Circle.qml (.../Circle.qml) (revision cd7de5f6d239a11615ba8c6c03339a10996486ca) +++ sources/gui/qml/components/Circle.qml (.../Circle.qml) (revision 3afad151e41be500dd32045b7ddce9e10c19dc96) @@ -59,7 +59,7 @@ ShapePath { id: _path fillColor: "Transparent" strokeColor: Colors.borderButton - strokeWidth: 2 + strokeWidth: 1 capStyle: ShapePath.RoundCap PathAngleArc { id: _arc centerX: _root.width / 2