From f8b354d64d4f94a8b5a96b36c280354764250702 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 20 Dec 2020 19:54:48 -0800 Subject: mobile/UI: remove incorrect code in ComboBox This actually created a recursive dependency - I didn't see any negative visual effect, but lots of annoying warnings. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/TemplateComboBox.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/TemplateComboBox.qml b/mobile-widgets/qml/TemplateComboBox.qml index c5190e3ab..3721aa77b 100644 --- a/mobile-widgets/qml/TemplateComboBox.qml +++ b/mobile-widgets/qml/TemplateComboBox.qml @@ -57,8 +57,6 @@ ComboBox { } background: Rectangle { - implicitWidth: cb.width - implicitHeight: cb.height border.color: subsurfaceTheme.darkerPrimaryColor border.width: cb.visualFocus ? 2 : 1 color: subsurfaceTheme.backgroundColor -- cgit v1.2.3-70-g09d2