summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@theqtcompany.com>2015-12-09 12:06:32 +0100
committerTim Jenssen <tim.jenssen@theqtcompany.com>2015-12-09 14:41:06 +0000
commit1dbe7bdefc27db48a0a0ec799ee6500f228578d7 (patch)
tree5e817e3d3dc5a2c3044e0259893f075a30ba2c98 /share
parent536e7fb8931946ff70af73f5ac3c15b814daae0d (diff)
downloadqt-creator-1dbe7bdefc27db48a0a0ec799ee6500f228578d7.tar.gz
QmlDesigner: Window types have no gradient property
Change-Id: I27beda2c83eceffe7b7e748cb5bbcfd32fcc823d Task-number: QTCREATORBUG-15423 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
index 8af865ce8f..b59fb10e03 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
@@ -97,7 +97,7 @@ Column {
ColorEditor {
caption: qsTr("Color")
backendValue: backendValues.color
- supportGradient: true
+ supportGradient: false
}
}