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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/TextArea.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:
852
852
            }
853
853
            color: control.__styleInstance.color
854
854
            selectedTextColor: Theme.palette.selected.foregroundText
855
 
            selectionColor: Theme.palette.selected.selection
 
855
            selectionColor: Theme.palette.selected.foreground
856
856
            font.pixelSize: FontUtils.sizeToPixels("medium")
857
857
            // forward keys to the root element so it can be captured outside of it
858
858
            // as well as to InputHandler to handle PageUp/PageDown keys