wallpaper selector: style the scrollbar

This commit is contained in:
end-4
2025-08-24 16:39:50 +07:00
parent ef4ae4480f
commit f3ab3573c3
2 changed files with 27 additions and 3 deletions
@@ -204,9 +204,7 @@ Item {
boundsBehavior: Flickable.StopAtBounds
bottomMargin: extraOptions.implicitHeight
ScrollBar.vertical: ScrollBar {
policy: ScrollBar.AsNeeded
}
ScrollBar.vertical: StyledScrollBar {}
function moveSelection(delta) {
currentIndex = Math.max(0, Math.min(grid.model.count - 1, currentIndex + delta));