From b3c08845c769771f881f41691c7effaf42a91483 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Wed, 14 Oct 2020 10:08:41 +0200 Subject: nativestyle, ComboBox: remove insets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The styleitem no longer has any property called "insets". This was removed a long time ago in favor of layoutRect (which will not affect insets). Change-Id: I460a5062711d03c01fc7de27aea7ac381068b951 Reviewed-by: Jan Arve Sæther --- src/imports/nativestyle/controls/DefaultComboBox.qml | 5 ----- 1 file changed, 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 -- cgit v1.2.3