mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix elide for the variant in configuration menu
This commit is contained in:
parent
5acc3111e0
commit
87fedc2620
1 changed files with 3 additions and 1 deletions
|
|
@ -99,12 +99,14 @@ Cura.ExpandablePopup
|
||||||
left: extruderIcon.right
|
left: extruderIcon.right
|
||||||
leftMargin: UM.Theme.getSize("default_margin").width
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
top: typeAndBrandNameLabel.bottom
|
top: typeAndBrandNameLabel.bottom
|
||||||
|
right: parent.right
|
||||||
|
rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Placeholder text if there is a configuration to select but no materials (so we can't show the materials per extruder).
|
// Placeholder text if there is a configuration to select but no materials (so we can't show the materials per extruder).
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@label", "Select configuration")
|
text: catalog.i18nc("@label", "Select configuration")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue