From eff13f2830bf48fc3a9283565d81cbec284465cd Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 10 Jul 2025 00:27:18 +1000 Subject: internal: scroll fix part 2 Closes #202 --- modules/launcher/AppList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher') diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index bbcb27f..db0e6d8 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -7,7 +7,7 @@ import Quickshell import QtQuick import QtQuick.Controls -ListView { +StyledListView { id: root required property TextField search -- cgit v1.2.3-freya