mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix: Show longer names on profile management page
This commit is contained in:
parent
d83b803fe0
commit
7ea245a57d
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ Item
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
width: Math.floor((parent.width * 0.3))
|
width: Math.floor((parent.width * 0.8))
|
||||||
text: model.name
|
text: model.name
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font.italic: model.name == Cura.MachineManager.activeQualityOrQualityChangesName // TODO: make it easier
|
font.italic: model.name == Cura.MachineManager.activeQualityOrQualityChangesName // TODO: make it easier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue