mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06: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
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue