~gerboland/unity8/initialSurfaceGeometry

« back to all changes in this revision

Viewing changes to qml/Dash/GenericScopeView.qml

  • Committer: Gerry Boland
  • Date: 2014-12-09 12:55:58 UTC
  • mfrom: (1139.1.343 unity8)
  • Revision ID: gerry.boland@canonical.com-20141209125558-d68labgupwxfz91r
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
                    showBackButton: scopeView.hasBackAction
495
495
                    searchEntryEnabled: true
496
496
                    settingsEnabled: scopeView.scope && scopeView.scope.settings && scopeView.scope.settings.count > 0 || false
497
 
                    favoriteEnabled: scopeView.scope && scopeView.scope.id !== "clickscope"
 
497
                    favoriteEnabled: scopeView.scope
498
498
                    favorite: scopeView.scope && scopeView.scope.favorite
499
499
                    scopeStyle: scopeView.scopeStyle
500
500
                    paginationCount: scopeView.paginationCount