Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp.kuiper <p.kuiper@ultimaker.com>2022-05-30 08:59:50 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-05-30 08:59:50 +0300
commit0db75501a312dc9561eabfde26fbecef5f137c5a (patch)
tree53a934ec39348aabd7b5002739092c9b089a333d /resources/qml/PrintSetupHeaderButton.qml
parent9fdeffd564aab5f896bd6405176b7a8491c69303 (diff)
parent596c24657d39804c8bc94e6e8f99436115d7e411 (diff)
Merge remote-tracking branch 'origin/main' into PP-3_improved_experimental_bridge_settings
# Conflicts: # resources/definitions/ultimaker.def.json
Diffstat (limited to 'resources/qml/PrintSetupHeaderButton.qml')
-rw-r--r--resources/qml/PrintSetupHeaderButton.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/qml/PrintSetupHeaderButton.qml b/resources/qml/PrintSetupHeaderButton.qml
index a4f95148da..0a6c5c363a 100644
--- a/resources/qml/PrintSetupHeaderButton.qml
+++ b/resources/qml/PrintSetupHeaderButton.qml
@@ -89,7 +89,7 @@ ToolButton
{
id: background
- UM.RecolorImage
+ UM.ColorImage
{
id: downArrow
anchors.verticalCenter: parent.verticalCenter
@@ -97,7 +97,6 @@ ToolButton
anchors.rightMargin: UM.Theme.getSize("default_margin").width
width: UM.Theme.getSize("standard_arrow").width
height: UM.Theme.getSize("standard_arrow").height
- sourceSize.height: width
color: base.enabled ? UM.Theme.getColor("setting_control_button") : UM.Theme.getColor("setting_category_disabled_text")
source: UM.Theme.getIcon("ChevronSingleDown")
}