summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/bar/Bar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml
index e7d3cd0..7ed733e 100644
--- a/modules/bar/Bar.qml
+++ b/modules/bar/Bar.qml
@@ -63,7 +63,7 @@ Item {
anchors.bottom: parent.bottom
anchors.left: parent.left
- implicitWidth: child.implicitWidth + Config.border.thickness * 2
+ implicitWidth: child.implicitWidth + Math.max(Appearance.padding.smaller, Config.border.thickness) * 2
Item {
id: child