mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
fullscreenpanel->fullscreenoverlay
This commit is contained in:
parent
035e7c4535
commit
2a11f0baa3
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ import QtQuick.Window 2.2
|
||||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||||
import org.kde.plasma.private.nanoshell 2.0 as NanoShell
|
import org.kde.plasma.private.nanoshell 2.0 as NanoShell
|
||||||
|
|
||||||
NanoShell.FullScreenPanel {
|
NanoShell.FullScreenOverlay {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
property int offset: 0
|
property int offset: 0
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ import org.kde.plasma.core 2.1 as PlasmaCore
|
||||||
import org.kde.plasma.components 2.0 as PlasmaComponents
|
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||||
import org.kde.plasma.private.nanoshell 2.0 as NanoShell
|
import org.kde.plasma.private.nanoshell 2.0 as NanoShell
|
||||||
|
|
||||||
NanoShell.FullScreenPanel {
|
NanoShell.FullScreenOverlay {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
visible: false
|
visible: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue