diff --git a/qml/windowed/AppListView.qml b/qml/windowed/AppListView.qml index 1baf9ccc..2d509b07 100644 --- a/qml/windowed/AppListView.qml +++ b/qml/windowed/AppListView.qml @@ -165,7 +165,7 @@ FocusScope { anchors.rightMargin: 10 anchors.top: parent.top anchors.bottom: parent.bottom - visible: menuItem.down || menuItem.highlighted + visible: menuItem.down || menuItem.hovered outsideBorderColor: null insideBorderColor: null radius: 6