QmlDesigner.PropertyEditor: Change default editor for color

This template breaks the layout and is currently unusable.
Therefore we replace it by a string editor.

Change-Id: I0818d006a4516f34954d5406ee4074664e909891
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
Thomas Hartmann
2014-08-28 10:59:52 +02:00
parent 521052be86
commit b66155cf17

View File

@@ -22,8 +22,9 @@ AutoTypes {
typeNames: ["bool", "boolean"] typeNames: ["bool", "boolean"]
sourceFile: "BooleanEditorTemplate.template" sourceFile: "BooleanEditorTemplate.template"
} }
Type { Type {
typeNames: ["color", "QColor"] typeNames: ["color", "QColor"]
sourceFile: "ColorEditorTemplate.template" sourceFile: "StringEditorTemplate.template"
} }
} }