https://bugs.kde.org/show_bug.cgi?id=481170

Thomas Moerschell <tmoersch...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tmoersch...@gmail.com

--- Comment #4 from Thomas Moerschell <tmoersch...@gmail.com> ---
I found the issue. Will submit a PR shortly if I can manage (never have
before).

--- a/src/kclock/qml/timer/TimerComponent.qml
+++ b/src/kclock/qml/timer/TimerComponent.qml
@@ -56,8 +56,8 @@ Rectangle {
         anchors.centerIn: parent

         id: timerCircle
-        implicitWidth: parent.width
-        implicitHeight: timerCircleArc.radiusX*2+5
+        implicitWidth: timerCircleArc.radiusX * 2 +
timerCirclePath.strokeWidth
+        implicitHeight: timerCircleArc.radiusY * 2 +
timerCirclePath.strokeWidth
         anchors.horizontalCenter: parent.horizontalCenter
         layer.enabled: true
         layer.samples: 40

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to