mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Add elide to machine selector label.
CURA-5785
This commit is contained in:
parent
c35b4f1d31
commit
878b743232
@ -25,14 +25,12 @@ Cura.ExpandableComponent
|
||||
name: "cura"
|
||||
}
|
||||
|
||||
headerItem: Item
|
||||
{
|
||||
Label
|
||||
headerItem: Label
|
||||
{
|
||||
text: isNetworkPrinter ? Cura.MachineManager.activeMachineNetworkGroupName : Cura.MachineManager.activeMachineName
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
height: parent.height
|
||||
}
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
popupItem: Item
|
||||
|
Loading…
x
Reference in New Issue
Block a user