Fix alignment of download grid tile

CURA-6006
This commit is contained in:
Jaime van Kessel 2018-12-07 09:35:08 +01:00
parent eddf4e7f3d
commit b33ce7a50f

View file

@ -63,6 +63,8 @@ Item
{ {
width: parent.width - thumbnail.width - parent.spacing width: parent.width - thumbnail.width - parent.spacing
spacing: Math.floor(UM.Theme.getSize("narrow_margin").width) spacing: Math.floor(UM.Theme.getSize("narrow_margin").width)
anchors.top: parent.top
anchors.topMargin: UM.Theme.getSize("default_margin").height
Label Label
{ {
id: name id: name