diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp index 8aa58a13968..b8323bb80d2 100644 --- a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp +++ b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp @@ -70,7 +70,11 @@ AnnotationCommentTab::AnnotationCommentTab(QWidget *parent) "project type", "project version", "Screen Description", - "Section"}}); + "Section", + "normalcolor", + "focuscolor", + "selectedcolor", + "pressedcolor"}}); connect(ui->titleEdit, &QComboBox::currentTextChanged, this, &AnnotationCommentTab::commentTitleChanged);