~unity-2d-team/unity-2d/unity-2d-shell-dash-force-fullscreen

« back to all changes in this revision

Viewing changes to shell/Shell.qml

  • Committer: Ugo Riboni
  • Date: 2012-01-13 11:58:28 UTC
  • Revision ID: ugo.riboni@canonical.com-20120113115828-1xkxozar745elyay
Keep the window fullscreen all the time, as it's already input shaped anyway

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
Item {
24
24
    id: shell
25
25
    height: screen.availableGeometry.height
26
 
    width: shell.childrenRect.width
 
26
    width: screen.availableGeometry.width
27
27
 
28
28
    Accessible.name: "shell"
29
29