aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/SpinBox.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/SpinBox.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/SpinBox.qml')
-rw-r--r--src/imports/controls/universal/SpinBox.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/imports/controls/universal/SpinBox.qml b/src/imports/controls/universal/SpinBox.qml
index 75298895..97ea6c57 100644
--- a/src/imports/controls/universal/SpinBox.qml
+++ b/src/imports/controls/universal/SpinBox.qml
@@ -58,9 +58,6 @@ T.SpinBox {
Universal.theme: activeFocus ? Universal.Light : undefined
- font.pixelSize: Universal.fontSize
- font.family: Universal.fontFamily
-
//! [validator]
validator: IntValidator {
locale: control.locale.name