Fix PrintSetupHeaderButton displaying text twice

CURA-8684
This commit is contained in:
casper 2022-01-26 12:01:30 +01:00
parent b3a6d8a1fc
commit a66275ce73

View File

@ -85,7 +85,9 @@ ToolButton
color: base.enabled ? UM.Theme.getColor("setting_control_button") : UM.Theme.getColor("setting_category_disabled_text") color: base.enabled ? UM.Theme.getColor("setting_control_button") : UM.Theme.getColor("setting_category_disabled_text")
source: UM.Theme.getIcon("ChevronSingleDown") source: UM.Theme.getIcon("ChevronSingleDown")
} }
UM.Label }
contentItem: UM.Label
{ {
id: printSetupComboBoxLabel id: printSetupComboBoxLabel
text: base.text text: base.text
@ -96,5 +98,4 @@ ToolButton
anchors.rightMargin: base.rightMargin anchors.rightMargin: base.rightMargin
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
} }
}
} }