mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Merge branch '5.4' of github.com:Ultimaker/Cura
This commit is contained in:
commit
151ab6bf44
12 changed files with 34 additions and 69 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue