Merge lp:~bfiller/ubuntu-calendar-app/allow-predictive-text into lp:ubuntu-calendar-app

Proposed by Bill Filler
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 794
Merged at revision: 794
Proposed branch: lp:~bfiller/ubuntu-calendar-app/allow-predictive-text
Merge into: lp:ubuntu-calendar-app
Diff against target: 11 lines (+0/-1)
1 file modified
NewEvent.qml (+0/-1)
To merge this branch: bzr merge lp:~bfiller/ubuntu-calendar-app/allow-predictive-text
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
Review via email: mp+289836@code.launchpad.net

Commit message

allow predictive text for event name field

Description of the change

allow predictive text for event name field

To post a comment you must log in.
794. By Bill Filler

allow predicive text for event name

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NewEvent.qml'
2--- NewEvent.qml 2016-03-21 19:45:40 +0000
3+++ NewEvent.qml 2016-03-22 20:07:49 +0000
4@@ -494,7 +494,6 @@
5 margins: units.gu(2)
6 }
7
8- inputMethodHints: Qt.ImhNoPredictiveText
9 placeholderText: i18n.tr("Event Name")
10 onFocusChanged: {
11 if(titleEdit.focus) {

Subscribers

People subscribed via source and target branches

to status/vote changes: