Use Field instead of Label format for QML properties

In the default style this is currently the same, but in general it makes
more sense to highlight properties as fields.
This commit is contained in:
Thorbjørn Lindeijer
2010-08-03 11:04:40 +02:00
parent 6267de71d9
commit 382b59a5db
3 changed files with 3 additions and 10 deletions

View File

@@ -1171,7 +1171,7 @@ void QmlJSTextEditor::setFontSettings(const TextEditor::FontSettings &fs)
<< QLatin1String(TextEditor::Constants::C_STRING)
<< QLatin1String(TextEditor::Constants::C_TYPE)
<< QLatin1String(TextEditor::Constants::C_KEYWORD)
<< QLatin1String(TextEditor::Constants::C_LABEL)
<< QLatin1String(TextEditor::Constants::C_FIELD)
<< QLatin1String(TextEditor::Constants::C_COMMENT)
<< QLatin1String(TextEditor::Constants::C_VISUAL_WHITESPACE);
}