summaryrefslogtreecommitdiff
path: root/modules/osd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/osd')
-rw-r--r--modules/osd/Background.qml2
-rw-r--r--modules/osd/Wrapper.qml2
2 files changed, 2 insertions, 2 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
diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml
index d2564ef..2969002 100644
--- a/modules/osd/Wrapper.qml
+++ b/modules/osd/Wrapper.qml
@@ -11,7 +11,7 @@ Item {
visible: width > 0
implicitWidth: 0
- implicitHeight: content.implicitHeight + BorderConfig.rounding * 2
+ implicitHeight: content.implicitHeight
states: State {
name: "visible"