diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 00:27:18 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 00:27:18 +1000 |
| commit | eff13f2830bf48fc3a9283565d81cbec284465cd (patch) | |
| tree | 757b0cf87c409fc82d736308209c71d7160fda7b /modules/launcher | |
| parent | internal: fix scrolling for high res devices (diff) | |
| download | caelestia-shell-eff13f2830bf48fc3a9283565d81cbec284465cd.tar.gz caelestia-shell-eff13f2830bf48fc3a9283565d81cbec284465cd.tar.bz2 caelestia-shell-eff13f2830bf48fc3a9283565d81cbec284465cd.zip | |
internal: scroll fix part 2
Closes #202
Diffstat (limited to 'modules/launcher')
| -rw-r--r-- | modules/launcher/AppList.qml | 2 |
1 files changed, 1 insertions, 1 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 |