|
@@ -85,16 +85,17 @@ ToolButton
|
|
|
color: base.enabled ? UM.Theme.getColor("setting_control_button") : UM.Theme.getColor("setting_category_disabled_text")
|
|
|
source: UM.Theme.getIcon("ChevronSingleDown")
|
|
|
}
|
|
|
- UM.Label
|
|
|
- {
|
|
|
- id: printSetupComboBoxLabel
|
|
|
- text: base.text
|
|
|
- elide: Text.ElideRight;
|
|
|
- anchors.left: parent.left;
|
|
|
- anchors.leftMargin: UM.Theme.getSize("setting_unit_margin").width
|
|
|
- anchors.right: downArrow.lef
|
|
|
- anchors.rightMargin: base.rightMargin
|
|
|
- anchors.verticalCenter: parent.verticalCenter
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ contentItem: UM.Label
|
|
|
+ {
|
|
|
+ id: printSetupComboBoxLabel
|
|
|
+ text: base.text
|
|
|
+ elide: Text.ElideRight;
|
|
|
+ anchors.left: parent.left;
|
|
|
+ anchors.leftMargin: UM.Theme.getSize("setting_unit_margin").width
|
|
|
+ anchors.right: downArrow.lef
|
|
|
+ anchors.rightMargin: base.rightMargin
|
|
|
+ anchors.verticalCenter: parent.verticalCenter
|
|
|
}
|
|
|
}
|