From 1de6a8bde28676d494ab0e0cd5794ce5ed1977fc Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 24 Oct 2016 17:51:12 +0200 Subject: [PATCH] fix(Form/TransparentComboBox): fix bad comment --- tests/ui/modules/Common/Form/TransparentComboBox.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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