~zsombi/ubuntu-ui-toolkit/120-custompanel

« back to all changes in this revision

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

  • Committer: Zsombor Egri
  • Date: 2014-11-04 09:05:25 UTC
  • mfrom: (1247.1.35 110-captions)
  • Revision ID: zsombor.egri@canonical.com-20141104090525-tbp0xnkqeuq4mehp
prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
981
981
            }
982
982
            color: control.__styleInstance.color
983
983
            selectedTextColor: Theme.palette.selected.foregroundText
984
 
            selectionColor: Theme.palette.selected.selection
 
984
            selectionColor: Theme.palette.selected.foreground
985
985
            font.pixelSize: FontUtils.sizeToPixels("medium")
986
986
            passwordCharacter: "\u2022"
987
987
            // forward keys to the root element so it can be captured outside of it