~zsombi/ubuntu-ui-toolkit/79-swipe-over-active-control

« back to all changes in this revision

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

  • Committer: Christian Dywan
  • Date: 2014-12-03 15:46:20 UTC
  • mto: This revision was merged to the branch mainline in revision 1366.
  • Revision ID: christian.dywan@canonical.com-20141203154620-itrf2ylfe8r3uibj
Use correct unfocussed text field color

Show diffs side-by-side

added added

removed removed

Lines of Context:
987
987
                handler: inputHandler
988
988
            }
989
989
            color: control.__styleInstance.color
990
 
            selectedTextColor: Theme.palette.selected.foregroundText
991
 
            selectionColor: Theme.palette.selected.foreground
 
990
            selectedTextColor: control.__styleInstance.selectedTextColor
 
991
            selectionColor: control.__styleInstance.selectionColor
992
992
            font.pixelSize: FontUtils.sizeToPixels("medium")
993
993
            passwordCharacter: "\u2022"
994
994
            // forward keys to the root element so it can be captured outside of it