mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 09:49:20 +00:00
fix(Form/TransparentComboBox): fix bad comment
This commit is contained in:
parent
6e716eefcd
commit
1de6a8bde2
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ ComboBox {
|
|||
id: comboBox
|
||||
|
||||
background: Rectangle {
|
||||
color: 'transparent' // No Style constant, see component name.
|
||||
// No Style constant, see component name.
|
||||
// It's a `transparent` ComboBox.
|
||||
color: 'transparent'
|
||||
}
|
||||
delegate: ItemDelegate {
|
||||
id: item
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue