mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Ensure that package name has margins in showcase tile
CURA-6013
This commit is contained in:
parent
a6dbba7090
commit
95f70a75d8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue