mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue