mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
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:
parent
a268c95559
commit
3b219e3ac3
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue