summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Wrapper.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/popouts/Wrapper.qml')
-rw-r--r--modules/bar/popouts/Wrapper.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/popouts/Wrapper.qml b/modules/bar/popouts/Wrapper.qml
index 0b6fba8..47b8af2 100644
--- a/modules/bar/popouts/Wrapper.qml
+++ b/modules/bar/popouts/Wrapper.qml
@@ -11,7 +11,7 @@ Item {
visible: width > 0 && height > 0
implicitWidth: content.implicitWidth
- implicitHeight: content.implicitHeight + BorderConfig.rounding * 2
+ implicitHeight: content.implicitHeight
Content {
id: content