mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix PrintSetupHeaderButton displaying text twice
CURA-8684
This commit is contained in:
parent
b3a6d8a1fc
commit
a66275ce73
1 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||||
|
|
@ -97,4 +99,3 @@ ToolButton
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue