Ensure that package name has margins in showcase tile

CURA-6013
This commit is contained in:
Jaime van Kessel 2018-12-12 10:39:56 +01:00
parent a6dbba7090
commit 95f70a75d8

View File

@ -44,7 +44,7 @@ Rectangle
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
height: UM.Theme.getSize("toolbox_heading_label").height
width: parent.width
width: parent.width - UM.Theme.getSize("default_margin").width
wrapMode: Text.WordWrap
font: UM.Theme.getFont("medium_bold")
}