Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

21 lines
453 B
QML

/*
* SPDX-FileCopyrightText: 2021 Noah Davis <noahadvs@gmail.com>
* SPDX-License-Identifier: LGPL-2.0-or-later
*/
import QtQuick 2.15
import QtQml 2.15
import org.kde.plasma.core 2.0 as PlasmaCore
KickoffListView {
id: root
KickoffDropArea {
z: -1
parent: root
anchors.fill: parent
targetView: root.view
scrollUpMargin: root.header.height * 2
scrollDownMargin: root.footer.height * 2
}
}