diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/launcher/AppList.qml | 2 | ||||
| -rw-r--r-- | modules/notifications/Content.qml | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 84df4c3..6f326c5 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -50,7 +50,7 @@ Item { color: "transparent" radius: Appearance.rounding.normal - ListView { + StyledListView { id: list model: ScriptModel { |