use the new FullScreenPanel component

This commit is contained in:
Marco Martin 2015-06-19 16:51:08 -07:00
parent 4a1c477fba
commit ef4555f66c
2 changed files with 4 additions and 2 deletions

View file

@ -21,8 +21,9 @@ import QtQuick 2.0
import QtQuick.Layouts 1.1
import QtQuick.Window 2.2
import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.mobilecomponents 0.2
Window {
FullScreenPanel {
id: window
property int offset: 0

View file

@ -22,8 +22,9 @@ import QtQuick.Layouts 1.1
import QtQuick.Window 2.2
import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.components 2.0 as PlasmaComponents
import org.kde.plasma.mobilecomponents 0.2
Window {
FullScreenPanel {
id: window
visible: false