~popey/ubuntu-clock-app/fix-1288885

« back to all changes in this revision

Viewing changes to common/SettingsPage.qml

  • Committer: Tarmac
  • Author(s): Nekhelesh Ramananthan
  • Date: 2014-02-19 22:26:29 UTC
  • mfrom: (341.1.28 converge-clock-tab)
  • Revision ID: tarmac-20140219222629-survzj72fczfibov
Implement tablet designs of the clock tab. Fixes: https://bugs.launchpad.net/bugs/1174575.

Approved by Ubuntu Phone Apps Jenkins Bot, David Planella.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
            }
83
83
        }
84
84
    }
 
85
 
 
86
    tools: ToolbarItems {
 
87
        id: toolbarSettings
 
88
 
 
89
        locked: wideAspect
 
90
        opened: wideAspect
 
91
 
 
92
        onLockedChanged: opened = locked
 
93
    }
85
94
}