~dandrader/unity8/initialSurfaceGeom

« back to all changes in this revision

Viewing changes to qml/Dash/DashPageHeader.qml

  • Committer: CI Train Bot
  • Author(s): Albert Astals Cid
  • Date: 2016-01-11 17:37:56 UTC
  • mfrom: (2100.1.1 forceActiveFocusDashHeader)
  • Revision ID: ci-train-bot@canonical.com-20160111173756-8cyvl6z9x3v397zg
Fix focus on the dash page header text field with new SDK Fixes: #1528178
Approved by: Michał Sawicz

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
                                                          "edgeMargins": units.gu(1)
103
103
                                                      }
104
104
                                                     );
 
105
            searchTextField.forceActiveFocus();
105
106
        }
106
107
    }
107
108