diff --git a/tests/ui/modules/Common/Form/TransparentComboBox.qml b/tests/ui/modules/Common/Form/TransparentComboBox.qml index aa446d29d..6b771eb30 100644 --- a/tests/ui/modules/Common/Form/TransparentComboBox.qml +++ b/tests/ui/modules/Common/Form/TransparentComboBox.qml @@ -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