bar: add min padding
For when smol border thickness
This commit is contained in:
parent
6a8aa6a0a7
commit
0b094f236e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue