mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23: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
|
|
@ -68,7 +68,10 @@ Item {
|
|||
QQC2.ScrollView {
|
||||
width: swipeView.width
|
||||
height: swipeView.height
|
||||
|
||||
|
||||
// disable horizontal scrollbar
|
||||
QQC2.ScrollBar.horizontal: QQC2.ScrollBar { policy: QQC2.ScrollBar.AlwaysOff }
|
||||
|
||||
GridAppList {
|
||||
id: gridAppList
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue