Fix: Show longer names on profile management page

This commit is contained in:
Lipu Fei 2018-02-21 17:28:28 +01:00
parent d83b803fe0
commit 7ea245a57d

View file

@ -364,7 +364,7 @@ Item
anchors.right: parent.right
Label
{
width: Math.floor((parent.width * 0.3))
width: Math.floor((parent.width * 0.8))
text: model.name
elide: Text.ElideRight
font.italic: model.name == Cura.MachineManager.activeQualityOrQualityChangesName // TODO: make it easier