diff options
Diffstat (limited to 'modules/dashboard/Background.qml')
| -rw-r--r-- | modules/dashboard/Background.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/dashboard/Background.qml b/modules/dashboard/Background.qml index 0ab6658..ebc60c8 100644 --- a/modules/dashboard/Background.qml +++ b/modules/dashboard/Background.qml @@ -35,7 +35,7 @@ ShapePath { } PathLine { - relativeX: root.wrapper.width - root.rounding * 4 + relativeX: root.wrapper.width - root.rounding * 2 relativeY: 0 } @@ -65,7 +65,5 @@ ShapePath { easing.type: Easing.BezierSpline easing.bezierCurve: Appearance.anim.curves.standard } - } - } |