mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 06:33:08 +00:00
custom look for scroll indicator
This commit is contained in:
parent
93d8e2c130
commit
b71adfeef3
1 changed files with 6 additions and 0 deletions
|
|
@ -190,6 +190,12 @@ Item {
|
|||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
}
|
||||
implicitWidth: Math.round(units.gridUnit/3)
|
||||
contentItem: Rectangle {
|
||||
radius: width/2
|
||||
color: Qt.rgba(1, 1, 1, 0.3)
|
||||
border.color: Qt.rgba(0, 0, 0, 0.4)
|
||||
}
|
||||
}
|
||||
NumberAnimation {
|
||||
id: scrollAnim
|
||||
|
|
|
|||
Loading…
Reference in a new issue