mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:55:54 +08: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
@ -13,7 +13,6 @@ Column
|
|||||||
id: base
|
id: base
|
||||||
property var outputDevice: null
|
property var outputDevice: null
|
||||||
height: childrenRect.height + 2 * padding
|
height: childrenRect.height + 2 * padding
|
||||||
padding: UM.Theme.getSize("default_margin").width
|
|
||||||
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
|
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
|
||||||
|
|
||||||
function forceModelUpdate()
|
function forceModelUpdate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user