mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Elide the profile text in the middle for the PrintSetupSelector.
This makes sure that at least some part of the name and some part of the variant details (qualityy, diameter) is visible CURA-6862
This commit is contained in:
parent
279d5671d8
commit
ca21268a12
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ Item
|
|||
property alias color: label.color
|
||||
property alias text: label.text
|
||||
property alias font: label.font
|
||||
property alias elide: label.elide
|
||||
property real margin: UM.Theme.getSize("narrow_margin").width
|
||||
|
||||
// These properties can be used in combination with layouts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue