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:
parent
7fc4ec1163
commit
f8b354d64d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user