~rpadovani/ubuntu-clock-app/1203649

« back to all changes in this revision

Viewing changes to clock/WorldClock.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2014-02-01 15:22:38 UTC
  • mfrom: (314.1.2 fix-1274710)
  • Revision ID: tarmac-20140201152238-p6xmtqgr4yx50z5m
Force active focus of SearchBox text field. Fixes: https://bugs.launchpad.net/bugs/1274710.

Approved by Nekhelesh Ramananthan, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
    property bool isWorldCity;
30
30
 
 
31
    // Property to store the focus property of the search field
 
32
    property alias setFocus: searchBox.setFocus
 
33
 
31
34
    visible: false;
32
35
    title: isWorldCity ? i18n.tr("Add City") : i18n.tr("Edit Current Location")
33
36