~michael-sheldon/podbird/sync-settings-devel

« back to all changes in this revision

Viewing changes to app/ui/SettingsPage.qml

  • Committer: Michael Sheldon
  • Date: 2017-01-07 00:38:26 UTC
  • Revision ID: michael.sheldon@canonical.com-20170107003826-uxguxiq5ax1uri7l
Disable predictive text on username entry field

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
                            id: username
174
174
                            width: parent.width
175
175
                            text: podbird.settings.username
 
176
                            inputMethodHints: Qt.ImhNoPredictiveText
176
177
                        }
177
178
                    }
178
179
                }