fix weirdass scroll speed

This commit is contained in:
end-4
2025-07-28 11:58:50 +07:00
parent 2fd7d45b9c
commit 496caa6fb1
13 changed files with 27 additions and 7 deletions
@@ -249,7 +249,7 @@ Item { // Wrapper
color: Appearance.colors.colOutlineVariant
}
ListView { // App results
StyledListView { // App results
id: appResults
visible: root.showResults
Layout.fillWidth: true
@@ -260,6 +260,8 @@ Item { // Wrapper
spacing: 2
KeyNavigation.up: searchBar
highlightMoveDuration: 100
add: null
remove: null
onFocusChanged: {
if (focus)