forked from Shinonome/dots-hyprland
search: remove weird list anim
This commit is contained in:
@@ -249,7 +249,7 @@ Item { // Wrapper
|
|||||||
color: Appearance.colors.colOutlineVariant
|
color: Appearance.colors.colOutlineVariant
|
||||||
}
|
}
|
||||||
|
|
||||||
StyledListView { // App results
|
ListView { // App results
|
||||||
id: appResults
|
id: appResults
|
||||||
visible: root.showResults
|
visible: root.showResults
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
@@ -260,8 +260,6 @@ Item { // Wrapper
|
|||||||
spacing: 2
|
spacing: 2
|
||||||
KeyNavigation.up: searchBar
|
KeyNavigation.up: searchBar
|
||||||
highlightMoveDuration: 100
|
highlightMoveDuration: 100
|
||||||
add: null
|
|
||||||
remove: null
|
|
||||||
|
|
||||||
onFocusChanged: {
|
onFocusChanged: {
|
||||||
if (focus)
|
if (focus)
|
||||||
|
|||||||
Reference in New Issue
Block a user