diff options
Diffstat (limited to 'modules/launcher/Background.qml')
| -rw-r--r-- | modules/launcher/Background.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/Background.qml b/modules/launcher/Background.qml index 672b153..5a3d5d4 100644 --- a/modules/launcher/Background.qml +++ b/modules/launcher/Background.qml @@ -32,7 +32,7 @@ ShapePath { radiusY: Math.min(root.rounding, root.wrapper.height) } PathLine { - relativeX: root.wrapper.width - root.rounding * 4 + relativeX: root.wrapper.width - root.rounding * 2 relativeY: 0 } PathArc { |