mirror of https://github.com/KDE/kasts.git
Fix for pages overlapping scrollbars in desktop view
This commit is contained in:
parent
63257870e7
commit
5405a9d3d8
|
@ -107,6 +107,7 @@ Kirigami.ScrollablePage {
|
||||||
GridView {
|
GridView {
|
||||||
id: feedList
|
id: feedList
|
||||||
visible: count !== 0
|
visible: count !== 0
|
||||||
|
clip: true
|
||||||
|
|
||||||
property int minimumCardSize: 150
|
property int minimumCardSize: 150
|
||||||
property int cardMargin: Kirigami.Units.largeSpacing
|
property int cardMargin: Kirigami.Units.largeSpacing
|
||||||
|
|
|
@ -16,6 +16,7 @@ import org.kde.kasts 1.0
|
||||||
ListView {
|
ListView {
|
||||||
id: listView
|
id: listView
|
||||||
visible: count !== 0
|
visible: count !== 0
|
||||||
|
clip: true
|
||||||
property bool isQueue: false
|
property bool isQueue: false
|
||||||
property bool isDownloads: false
|
property bool isDownloads: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue