mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +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
|
||||
{
|
||||
anchors.centerIn: parent
|
||||
source: UM.Theme.getIcon("ChevronSingleDown")
|
||||
width: UM.Theme.getSize("small_button_icon").width
|
||||
height: UM.Theme.getSize("small_button_icon").height
|
||||
color: UM.Theme.getColor("icon")
|
||||
source: UM.Theme.getIcon("ChevronSingleLeft")
|
||||
width: UM.Theme.getSize("standard_arrow").width
|
||||
height: UM.Theme.getSize("standard_arrow").height
|
||||
color: UM.Theme.getColor("small_button_text")
|
||||
|
||||
sourceSize.height: height
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user