mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08:00
Correct chevron size and colour
This is the same as what ExpandablePopup does. Contributes to issue CURA-8008.
This commit is contained in:
parent
f4f48c0fda
commit
6203a5c987
@ -110,10 +110,10 @@ Item
|
|||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
{
|
{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: UM.Theme.getIcon("ChevronSingleDown")
|
source: UM.Theme.getIcon("ChevronSingleLeft")
|
||||||
width: UM.Theme.getSize("small_button_icon").width
|
width: UM.Theme.getSize("standard_arrow").width
|
||||||
height: UM.Theme.getSize("small_button_icon").height
|
height: UM.Theme.getSize("standard_arrow").height
|
||||||
color: UM.Theme.getColor("icon")
|
color: UM.Theme.getColor("small_button_text")
|
||||||
|
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user