blob: 1b3e77cb312f2d5e154d35c1938b75cc89580a15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.12
import QtQuick.Controls 2.12
import org.kde.kirigami 2.4 as Kirigami
Kirigami.ScrollablePage {
width: rootItem.colWidth
height: parent.height
visible: false
background: Rectangle { color: subsurfaceTheme.backgroundColor }
}
|