~ubuntu-branches/ubuntu/quantal/kde-runtime/quantal

« back to all changes in this revision

Viewing changes to plasma/declarativeimports/plasmacomponents/qml/TextArea.qml

  • Committer: Package Import Robot
  • Author(s): Felix Geyer, Felix Geyer, Jonathan Riddell
  • Date: 2012-06-11 22:08:34 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120611220834-71ttjioin1txqkc2
Tags: 4:4.8.90-0ubuntu1
[ Felix Geyer ]
* New upstream beta release.

[ Jonathan Riddell ]
* Add kubuntu_kactivities_cmake.diff from upstream, fix detection of kactivities

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
            font.underline: theme.defaultFont.underline
299
299
            font.weight: theme.defaultFont.weight
300
300
            font.wordSpacing: theme.defaultFont.wordSpacing
301
 
            color: Qt.color("black")
 
301
            color: Qt.rgba(0,0,0,1)
302
302
            //color: theme.viewTextColor
303
303
            selectByMouse: verticalScroll.interactive
304
304