Merge branch '5.4' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2023-06-13 16:13:56 +02:00
commit 151ab6bf44
No known key found for this signature in database
GPG key ID: C85F7A3AF1BAA7C4
12 changed files with 34 additions and 69 deletions

View file

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