~aacid/unity8/moreAsyncAudioCard

« back to all changes in this revision

Viewing changes to qml/Greeter/LoginList.qml

  • Committer: Albert Astals Cid
  • Date: 2016-03-10 08:32:16 UTC
  • mfrom: (2136.2.83 unity8)
  • Revision ID: albert.astals@canonical.com-20160310083216-8nnplxl85qx13xd0
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    id: root
23
23
 
24
24
    property alias model: userList.model
 
25
    property bool alphanumeric: true
25
26
    property int currentIndex
26
27
    property bool locked
27
28
 
231
232
        width: parent.width - anchors.margins * 2
232
233
        opacity: userList.movingInternally ? 0 : 1
233
234
 
 
235
        inputMethodHints: root.alphanumeric ? Qt.ImhNone : Qt.ImhDigitsOnly
 
236
 
234
237
        property string promptText
235
238
        placeholderText: root.wasPrompted ? promptText
236
239
                                          : (root.locked ? i18n.tr("Retry")