search: remove weird list anim

This commit is contained in:
end-4
2025-08-19 18:01:02 +07:00
parent b37814e9fa
commit ee21139356
@@ -249,7 +249,7 @@ Item { // Wrapper
color: Appearance.colors.colOutlineVariant
}
StyledListView { // App results
ListView { // App results
id: appResults
visible: root.showResults
Layout.fillWidth: true
@@ -260,8 +260,6 @@ Item { // Wrapper
spacing: 2
KeyNavigation.up: searchBar
highlightMoveDuration: 100
add: null
remove: null
onFocusChanged: {
if (focus)