~vthompson/ubuntu-rssreader-app/show-osk

« back to all changes in this revision

Viewing changes to feeds/EditFeed.qml

  • Committer: Victor Thompson
  • Date: 2014-01-11 23:10:10 UTC
  • Revision ID: victor.thompson@gmail.com-20140111231010-3cyuz5v5cefawfkz
Allow text fields to trigger OSK.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
                    text: feedTitle
139
139
                    width: parent.width - labelTitle.width - parent.spacing
140
140
                    anchors.verticalCenter: parent.verticalCenter
141
 
                    readOnly: true
142
141
                    hasClearButton: false
143
142
                }
144
143
            }
161
160
                    text: feedURL
162
161
                    width: parent.width - labelURL.width - parent.spacing
163
162
                    anchors.verticalCenter: parent.verticalCenter
164
 
                    readOnly: true
165
163
                    hasClearButton: false
166
164
                }
167
165
            }