~aacid/unity8/dash_overview

« back to all changes in this revision

Viewing changes to qml/Notifications/NotificationMenuItemFactory.qml

  • Committer: Albert Astals
  • Date: 2014-08-07 15:27:32 UTC
  • mfrom: (1155.1.29 do_merged)
  • Revision ID: albert.astals@canonical.com-20140807152732-0zf22298f1lsxrz8
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                }
77
77
                echoMode: checkBox.checked ? TextInput.Normal : TextInput.Password
78
78
                height: units.gu(5)
 
79
                Component.onCompleted: {
 
80
                    forceActiveFocus();
 
81
                }
79
82
                onTextChanged: {
80
83
                    menuModel.changeState(menuIndex, text);
81
84
                }