QmlDesigner: Adding tooltip for canvas color

Task-number: QTCREATORBUG-14819
Change-Id: I0929f899e84e6bc5415d8c699fc4df53a2fe561b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Thomas Hartmann
2016-06-21 18:01:42 +02:00
committed by Tim Jenssen
parent 5838874b1d
commit adae324aba

View File

@@ -67,6 +67,7 @@ QWidget *BackgroundAction::createWidget(QWidget *parent)
connect(comboBox, SIGNAL(currentIndexChanged(int)), SLOT(emitBackgroundChanged(int)));
comboBox->setProperty("hideborder", true);
comboBox->setToolTip(tr("Set the color of the canvas."));
return comboBox;
}