~fboucault/unity-2d/stateful_shortcuts_2

« back to all changes in this revision

Viewing changes to places/Home.qml

  • Committer: Florian Boucault
  • Date: 2011-05-19 12:05:17 UTC
  • mfrom: (560.3.2 stateful_shortcuts)
  • Revision ID: florian@boucault.net-20110519120517-9vd9iq5dnxizfky3
[dash] Shortcuts expanded state are now persistent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        }
50
50
    }
51
51
 
52
 
    /* Set to true if shortcut buttons are visible */
53
 
    property bool shortcutsActive: false
 
52
    /* Set to false to hide the shortcuts buttons */
 
53
    property bool shortcutsActive: true
54
54
 
55
55
    /* Either globalSearch is shown or buttons are shown depending on globalSearchActive */
56
56
    property bool globalSearchActive: model.entrySearchQuery != ""