mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Display profile name correctly in dropdown
CURA-9040
This commit is contained in:
parent
cfeb5101e7
commit
790c2c23c1
1 changed files with 2 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ Item
|
||||||
Layout.maximumWidth: Math.floor(parent.width * 0.7) // Always leave >= 30% for the rest of the row.
|
Layout.maximumWidth: Math.floor(parent.width * 0.7) // Always leave >= 30% for the rest of the row.
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
wrapMode: Text.NoWrap
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
|
|
@ -96,7 +97,7 @@ Item
|
||||||
|
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
wrapMode: Text.NoWrap
|
||||||
function activeQualityDetailText()
|
function activeQualityDetailText()
|
||||||
{
|
{
|
||||||
var resultMap = Cura.MachineManager.activeQualityDisplayNameMap
|
var resultMap = Cura.MachineManager.activeQualityDisplayNameMap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue