Commit 1de6a8bd authored by Ronan Abhamon's avatar Ronan Abhamon

fix(Form/TransparentComboBox): fix bad comment

parent 6e716eef
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment