aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/windows/ComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/windows/ComboBox.qml')
-rw-r--r--src/quickcontrols2/windows/ComboBox.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quickcontrols2/windows/ComboBox.qml b/src/quickcontrols2/windows/ComboBox.qml
index 237d90b592..13fa844dae 100644
--- a/src/quickcontrols2/windows/ComboBox.qml
+++ b/src/quickcontrols2/windows/ComboBox.qml
@@ -53,8 +53,6 @@ T.ComboBox {
implicitContentHeight + topPadding + bottomPadding,
implicitIndicatorHeight + topPadding + bottomPadding)
- font.pixelSize: __nativeBackground ? background.styleFont(control).pixelSize : undefined
-
leftPadding: __nativeBackground ? background.contentPadding.left : 5
rightPadding: __nativeBackground ? background.contentPadding.right : 5
topPadding: __nativeBackground ? background.contentPadding.top : 5