Radius the arrow, fix its color
This commit is contained in:
parent
aa7aff5e55
commit
425be2e5ef
@ -191,6 +191,7 @@ Rectangle {
|
||||
focusColor: "#83a598"
|
||||
hoverColor: "#504945"
|
||||
color: "#282828"
|
||||
arrowColor: "#282828"
|
||||
|
||||
arrowIcon: Qt.resolvedUrl("angle-down.png")
|
||||
|
||||
|
@ -101,6 +101,7 @@ FocusScope {
|
||||
id: arrow
|
||||
anchors.right: parent.right
|
||||
width: 20 + 2*border.width; height: parent.height
|
||||
radius: main.radius
|
||||
|
||||
border.color: main.border.color
|
||||
border.width: main.border.width
|
||||
|
Loading…
x
Reference in New Issue
Block a user