mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Add elide to machine selector label.
CURA-5785
This commit is contained in:
parent
c35b4f1d31
commit
878b743232
1 changed files with 5 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue