mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -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
|
||||
{
|
||||
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…
Add table
Add a link
Reference in a new issue