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

View File

@ -524,7 +524,7 @@
"extruder_icon": [2.5, 2.5],
"section": [0.0, 2.5],
"section": [0.0, 2],
"section_header": [0.0, 2.5],
"section_control": [0, 1],