mobile UI: avoid circular dependency
The relevant text field names are different depending on whether our combo box is editable or not. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2d6710bdef
commit
0a88d9839c
@ -53,7 +53,7 @@ ComboBox {
|
||||
anchors.left: cb.left
|
||||
leftPadding: Kirigami.Units.smallSpacing
|
||||
rightPadding: Kirigami.Units.smallSpacing
|
||||
text: cb.displayText
|
||||
text: readOnly ? cb.displayText : cb.editText
|
||||
font: cb.font
|
||||
color: subsurfaceTheme.textColor
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user