diff options
Diffstat (limited to 'modules/osd/Background.qml')
| -rw-r--r-- | modules/osd/Background.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/osd/Background.qml b/modules/osd/Background.qml index 75940d3..551637b 100644 --- a/modules/osd/Background.qml +++ b/modules/osd/Background.qml @@ -33,7 +33,7 @@ ShapePath { } PathLine { relativeX: 0 - relativeY: root.wrapper.height - root.rounding * 4 + relativeY: root.wrapper.height - root.rounding * 2 } PathArc { relativeX: root.roundingX |