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"
|
name: "cura"
|
||||||
}
|
}
|
||||||
|
|
||||||
headerItem: Item
|
headerItem: Label
|
||||||
{
|
{
|
||||||
Label
|
text: isNetworkPrinter ? Cura.MachineManager.activeMachineNetworkGroupName : Cura.MachineManager.activeMachineName
|
||||||
{
|
verticalAlignment: Text.AlignVCenter
|
||||||
text: isNetworkPrinter ? Cura.MachineManager.activeMachineNetworkGroupName : Cura.MachineManager.activeMachineName
|
height: parent.height
|
||||||
verticalAlignment: Text.AlignVCenter
|
elide: Text.ElideRight
|
||||||
height: parent.height
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
popupItem: Item
|
popupItem: Item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user