aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/componentsplugin
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 /src/plugins/qmldesigner/componentsplugin
parent536e7fb8931946ff70af73f5ac3c15b814daae0d (diff)
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 'src/plugins/qmldesigner/componentsplugin')
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/ApplicationWindowSpecifics.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/ApplicationWindowSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/ApplicationWindowSpecifics.qml
index 8af865ce8f9..b59fb10e035 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/ApplicationWindowSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/ApplicationWindowSpecifics.qml
@@ -97,7 +97,7 @@ Column {
ColorEditor {
caption: qsTr("Color")
backendValue: backendValues.color
- supportGradient: true
+ supportGradient: false
}
}