mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37: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"
|
name: "cura"
|
||||||
}
|
}
|
||||||
|
|
||||||
headerItem: Item
|
headerItem: Label
|
||||||
{
|
|
||||||
Label
|
|
||||||
{
|
{
|
||||||
text: isNetworkPrinter ? Cura.MachineManager.activeMachineNetworkGroupName : Cura.MachineManager.activeMachineName
|
text: isNetworkPrinter ? Cura.MachineManager.activeMachineNetworkGroupName : Cura.MachineManager.activeMachineName
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
height: parent.height
|
height: parent.height
|
||||||
}
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
||||||
popupItem: Item
|
popupItem: Item
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue