Fix for pages overlapping scrollbars in desktop view

This commit is contained in:
Bart De Vries 2022-09-07 20:33:54 +02:00
parent 63257870e7
commit 5405a9d3d8
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ Kirigami.ScrollablePage {
GridView {
id: feedList
visible: count !== 0
clip: true
property int minimumCardSize: 150
property int cardMargin: Kirigami.Units.largeSpacing

View File

@ -16,6 +16,7 @@ import org.kde.kasts 1.0
ListView {
id: listView
visible: count !== 0
clip: true
property bool isQueue: false
property bool isDownloads: false