mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreens/halcyon: Fix horizontal scrollbar being shown on app list
This commit is contained in:
parent
b7ae2b189f
commit
39c8008d72
1 changed files with 4 additions and 1 deletions
|
|
@ -69,6 +69,9 @@ Item {
|
||||||
width: swipeView.width
|
width: swipeView.width
|
||||||
height: swipeView.height
|
height: swipeView.height
|
||||||
|
|
||||||
|
// disable horizontal scrollbar
|
||||||
|
QQC2.ScrollBar.horizontal: QQC2.ScrollBar { policy: QQC2.ScrollBar.AlwaysOff }
|
||||||
|
|
||||||
GridAppList {
|
GridAppList {
|
||||||
id: gridAppList
|
id: gridAppList
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue