aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicknativestyle/controls/DefaultSpinBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicknativestyle/controls/DefaultSpinBox.qml')
-rw-r--r--src/quicknativestyle/controls/DefaultSpinBox.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quicknativestyle/controls/DefaultSpinBox.qml b/src/quicknativestyle/controls/DefaultSpinBox.qml
index 869ff41153..640aab0020 100644
--- a/src/quicknativestyle/controls/DefaultSpinBox.qml
+++ b/src/quicknativestyle/controls/DefaultSpinBox.qml
@@ -50,8 +50,6 @@ T.SpinBox {
implicitHeight: Math.max(implicitBackgroundHeight, up.implicitIndicatorHeight + down.implicitIndicatorHeight
+ (spacing * 3)) + topInset + bottomInset
- font.pixelSize: __nativeBackground ? background.styleFont(control).pixelSize : undefined
-
spacing: 2
leftPadding: (__nativeBackground ? background.contentPadding.left: 0)