Radius the arrow, fix its color

This commit is contained in:
Salt 2025-01-12 04:12:59 -06:00
parent aa7aff5e55
commit 425be2e5ef
2 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,7 @@ Rectangle {
focusColor: "#83a598"
hoverColor: "#504945"
color: "#282828"
arrowColor: "#282828"
arrowIcon: Qt.resolvedUrl("angle-down.png")

View File

@ -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