GUI: updated default auto comment color
This commit is contained in:
parent
fc6e610d47
commit
a214ed1a4a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue