~zsombi/ubuntu-ui-toolkit/theme-as-singleton

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/TextField.qml

  • Committer: Zsombor Egri
  • Date: 2013-12-13 14:10:39 UTC
  • mfrom: (890 trunk)
  • mto: This revision was merged to the branch mainline in revision 894.
  • Revision ID: zsombor.egri@canonical.com-20131213141039-tt2ra31geou2cgfl
trunk merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
543
543
      \qmlproperty enumeration verticalAlignment
544
544
    */
545
545
    property alias horizontalAlignment: editor.horizontalAlignment
546
 
    /*! \internal */
547
546
    property alias effectiveHorizontalAlignment: editor.effectiveHorizontalAlignment
548
 
    /*! \internal */
549
547
    property alias verticalAlignment: editor.verticalAlignment
550
548
 
551
549
    /*!
570
568
    /*!
571
569
      The highlighted text color, used in selections.
572
570
 
573
 
      \qmlproperty color selctedTextColor
 
571
      \qmlproperty color selectedTextColor
574
572
      */
575
573
    property alias selectedTextColor: editor.selectedTextColor
576
574