aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/controls/DefaultComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/nativestyle/controls/DefaultComboBox.qml')
-rw-r--r--src/imports/nativestyle/controls/DefaultComboBox.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/imports/nativestyle/controls/DefaultComboBox.qml b/src/imports/nativestyle/controls/DefaultComboBox.qml
index 6992c597..7b286a1e 100644
--- a/src/imports/nativestyle/controls/DefaultComboBox.qml
+++ b/src/imports/nativestyle/controls/DefaultComboBox.qml
@@ -60,11 +60,6 @@ T.ComboBox {
topPadding: __nativeBackground ? background.contentPadding.top : 5
bottomPadding: __nativeBackground ? background.contentPadding.bottom : 5
- topInset: __nativeBackground ? background.insets.top : 0
- bottomInset: __nativeBackground ? background.insets.bottom : 0
- leftInset: __nativeBackground ? background.insets.left : 0
- rightInset: __nativeBackground ? background.insets.right : 0
-
contentItem: T.TextField {
implicitWidth: contentWidth
implicitHeight: contentHeight