mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
background: Rectangle {
|
||||||
implicitWidth: cb.width
|
|
||||||
implicitHeight: cb.height
|
|
||||||
border.color: subsurfaceTheme.darkerPrimaryColor
|
border.color: subsurfaceTheme.darkerPrimaryColor
|
||||||
border.width: cb.visualFocus ? 2 : 1
|
border.width: cb.visualFocus ? 2 : 1
|
||||||
color: subsurfaceTheme.backgroundColor
|
color: subsurfaceTheme.backgroundColor
|
||||||
|
|
Loading…
Add table
Reference in a new issue