We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5338def commit e8136bdCopy full SHA for e8136bd
1 file changed
resources/qml/OpenFileButton411.qml
@@ -69,6 +69,22 @@ Button
69
70
sourceSize.height: height
71
}
72
+
73
+ UM.RecolorImage
74
+ {
75
+ anchors
76
77
+ right: parent.right
78
+ rightMargin: -4 * UM.Theme.getSize("default_lining").width
79
+ bottom: parent.bottom
80
+ bottomMargin: -2 * UM.Theme.getSize("default_lining").height
81
+ }
82
+ source: UM.Theme.getIcon("ChevronSingleDown")
83
+ visible: fileProviderModel.count > 1
84
+ width: UM.Theme.getSize("standard_arrow").width
85
+ height: UM.Theme.getSize("standard_arrow").height
86
+ color: UM.Theme.getColor("icon")
87
88
89
90
background: Cura.RoundedRectangle
0 commit comments