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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-20 19:54:48 -08:00
parent 7fc4ec1163
commit f8b354d64d

View file

@ -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