Remove padding

The padding is already done by the enveloping Column and its parent popupItem.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-26 17:13:25 +01:00
parent a268c95559
commit 3b219e3ac3
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -13,7 +13,6 @@ Column
id: base
property var outputDevice: null
height: childrenRect.height + 2 * padding
padding: UM.Theme.getSize("default_margin").width
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
function forceModelUpdate()