Disable wordwrap in combobox

CURA-8949
This commit is contained in:
Jaime van Kessel 2022-02-18 11:06:33 +01:00
parent 3e5a51503e
commit 2b220c627f

View File

@ -72,7 +72,7 @@ ComboBox
anchors.leftMargin: UM.Theme.getSize("setting_unit_margin").width
anchors.verticalCenter: parent.verticalCenter
anchors.right: downArrow.left
wrapMode: Text.NoWrap
text:
{
if (control.delegateModel.count == 0)
@ -149,6 +149,7 @@ ComboBox
textFormat: Text.PlainText
color: UM.Theme.getColor("setting_control_text")
elide: Text.ElideRight
wrapMode: Text.NoWrap
}
background: UM.TooltipArea