~unity-2d-team/unity-2d/hud-redesign

« back to all changes in this revision

Viewing changes to shell/dash/Dash.qml

  • Committer: Albert Astals
  • Date: 2012-04-02 09:08:22 UTC
  • mfrom: (999.1.25 unity-2d)
  • Revision ID: albert.astals@canonical.com-20120402090822-jitu7gopic613yve
Merge lp:unity-2d r1024

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    Binding {
70
70
        target: shellManager
71
71
        property: "dashMode"
72
 
        value: shellManager.alwaysFullScreen || dash2dConfiguration.fullScreen ?
 
72
        value: shellManager.dashAlwaysFullScreen || dash2dConfiguration.fullScreen ?
73
73
               ShellManager.FullScreenMode : ShellManager.DesktopMode
74
74
    }
75
75