aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/Switch.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/Switch.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/Switch.qml')
-rw-r--r--src/imports/controls/universal/Switch.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/imports/controls/universal/Switch.qml b/src/imports/controls/universal/Switch.qml
index f8d03333..8b7c73f3 100644
--- a/src/imports/controls/universal/Switch.qml
+++ b/src/imports/controls/universal/Switch.qml
@@ -53,9 +53,6 @@ T.Switch {
padding: 5
spacing: 8
- font.pixelSize: Universal.fontSize
- font.family: Universal.fontFamily
-
//! [indicator]
indicator: Rectangle {
implicitWidth: 44