aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/TextArea.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-12-01 09:27:28 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2015-12-01 15:04:23 +0000
commitadcc76a84d3751e800c763a924bebeeda8e4001f (patch)
treea2a1c8817818ee0e31359ac6bd21ba15804a4af5 /src/imports/controls/universal/TextArea.qml
parent209fea864e823323af3cd43456737e08168d4a9d (diff)
Universal: move to QQuickProxyTheme way for font settings
Change-Id: I90d91ceaea245dc19d2c0de683cb7c1172e1042e Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/universal/TextArea.qml')
-rw-r--r--src/imports/controls/universal/TextArea.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/imports/controls/universal/TextArea.qml b/src/imports/controls/universal/TextArea.qml
index 0fb88c78..ec319b86 100644
--- a/src/imports/controls/universal/TextArea.qml
+++ b/src/imports/controls/universal/TextArea.qml
@@ -56,9 +56,6 @@ T.TextArea {
Universal.theme: activeFocus ? Universal.Light : undefined
- font.pixelSize: Universal.fontSize
- font.family: Universal.fontFamily
-
color: !enabled ? Universal.chromeDisabledLowColor :
activeFocus ? Universal.chromeBlackHighColor : Universal.baseHighColor
selectionColor: Universal.accentColor