~cimi/unity8/scope-settings

« back to all changes in this revision

Viewing changes to qml/Dash/DashContent.qml

  • Committer: Andrea Cimitan
  • Date: 2014-08-18 11:34:58 UTC
  • Revision ID: andrea.cimitan@gmail.com-20140818113458-cx9r3ime04ytda31
More stuff addressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
 
139
139
                    readonly property bool moving: item ? item.moving : false
140
140
                    readonly property bool navigationShown: item ? item.navigationShown : false
 
141
                    readonly property bool settingsShown: item ? item.settingsShown : false
141
142
                    readonly property var categoryView: item ? item.categoryView : null
142
143
                    readonly property var theScope: scope
143
 
                    readonly property bool settingsShown: item ? item.settingsShown : false
144
144
 
145
145
                    // these are needed for autopilot tests
146
146
                    readonly property string scopeId: scope.id