fix(Form/TransparentComboBox): fix bad comment

This commit is contained in:
Ronan Abhamon 2016-10-24 17:51:12 +02:00
parent 6e716eefcd
commit 1de6a8bde2

View file

@ -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