mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 23:50:01 +02:00
Make dropdown scrollbar wider
This commit is contained in:
parent
713c50f2e8
commit
25364c0628
1 changed files with 3 additions and 3 deletions
|
@ -186,18 +186,18 @@ FocusScope {
|
|||
visible: false
|
||||
}
|
||||
scrollBarBackground: Rectangle{
|
||||
implicitWidth: 14
|
||||
implicitWidth: 20
|
||||
color: hifi.colors.baseGray
|
||||
}
|
||||
|
||||
handle:
|
||||
Rectangle {
|
||||
implicitWidth: 8
|
||||
implicitWidth: 16
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: 3
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
radius: 3
|
||||
radius: 6
|
||||
color: hifi.colors.lightGrayText
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue