QtQuickToolBar: default for Rectangle color is white not black

This commit is contained in:
Thomas Hartmann
2010-07-30 09:03:24 +02:00
parent 83900f4b20
commit 1342f7594a

View File

@@ -54,7 +54,7 @@ void ContextPaneWidgetRectangle::setProperties(QmlJS::PropertyReader *propertyRe
ui->colorColorButton->setColor(str);
} else {
ui->colorColorButton->setColor(QLatin1String("black"));
ui->colorColorButton->setColor(QLatin1String("white"));
}
if (propertyReader->hasProperty(QLatin1String("border.color"))) {