From 9753fb2ef9b5a31fb29e11c5dcac05cf77173870 Mon Sep 17 00:00:00 2001 From: Michael Winkelmann Date: Tue, 20 Apr 2021 19:46:41 +0200 Subject: [PATCH] AnnotationEditor: Update default annotations Change-Id: I0e196bcc72dfe6df5edc36618dfcbb8d21507128 Reviewed-by: Michael Winkelmann Reviewed-by: Thomas Hartmann --- .../annotationeditor/defaultannotations.json | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.json b/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.json index aaa060a5558..99ba4dc7bac 100644 --- a/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.json +++ b/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.json @@ -1,35 +1,36 @@ { - "description" : "", - "display condition" : "", - "helper lines" : true, - "position marker" : true, - "highlight" : true, - "project author" : "", - "project confirmed" : true, - "project developer" : "", - "project distributor" : "", - "project modified" : "", - "project type" : "", - "project version" : "", - "screen description" : "", - "section" : "", - "normalcolor" : { + "description": "", + "display condition": "", + "helper lines": true, + "position marker": true, + "highlight": true, + "project author": "", + "project confirmed": true, + "project developer": "", + "project distributor": "", + "project modified": "", + "project type": "", + "project version": "", + "screen description": "", + "section": "", + "rowid": 0, + "normalcolor": { "type": "color", "value": "#000000" }, - "focuscolor" : { + "focuscolor": { "type": "color", "value": "#000000" }, - "selectedcolor" : { + "selectedcolor": { "type": "color", "value": "#000000" }, - "pressedcolor" : { + "pressedcolor": { "type": "color", "value": "#000000" }, - "overview" : { + "overview": { "type": "richtext", "value": "" }