1
0
Fork 0

GUI: updated default auto comment color

This commit is contained in:
mrexodia 2016-10-11 00:40:46 +02:00
parent fc6e610d47
commit a214ed1a4a
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Configuration::Configuration() : QObject(), noMoreMsgbox(false)
defaultColors.insert("DisassemblyRestoredBytesColor", QColor("#008000"));
defaultColors.insert("DisassemblyCommentColor", QColor("#000000"));
defaultColors.insert("DisassemblyCommentBackgroundColor", Qt::transparent);
defaultColors.insert("DisassemblyAutoCommentColor", QColor("#008000"));
defaultColors.insert("DisassemblyAutoCommentColor", QColor("#AA5500"));
defaultColors.insert("DisassemblyAutoCommentBackgroundColor", Qt::transparent);
defaultColors.insert("DisassemblyMnemonicBriefColor", QColor("#717171"));
defaultColors.insert("DisassemblyMnemonicBriefBackgroundColor", Qt::transparent);