minor fix to align setting visibility with settings

This commit is contained in:
10r3n20 2022-03-07 16:25:14 +01:00
parent 5499a4cc4c
commit 4f2e7116b7
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import "."
Item
{
id: base
height: enabled ? UM.Theme.getSize("section").height : 0
height: enabled ? UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height : 0
anchors.left: parent.left
anchors.right: parent.right