Don't force windowed mode for desktop view

Desktop view must be a normal desktop otherwise the compositor will think
it is an application window.
This commit is contained in:
Pier Luigi Fiorini 2014-10-23 23:34:33 +02:00
parent 3d5241e736
commit e65f73d988

View file

@ -368,9 +368,8 @@ Item {
Component.onCompleted: {
//configure the view behavior
if (desktop) {
desktop.windowType = Shell.Desktop.Window;
desktop.width = width;
desktop.height = height;
}
}
}
}