mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 06:33:09 +00:00
use the new FullScreenPanel component
This commit is contained in:
parent
4a1c477fba
commit
ef4555f66c
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue