forked from qt-creator/qt-creator
Debugger: Make the console usable in dark themes
This change adds even more stylesheet code to make the background white, and the editor text black. Task-number: QTCREATORBUG-16556 Change-Id: I48cf5c825a7600406c289c25ba7c421cd3634a97 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -312,6 +312,7 @@ QWidget *ConsoleItemDelegate::createEditor(QWidget *parent,
|
||||
editor->setStyleSheet(QLatin1String("QTextEdit {"
|
||||
"margin-left: 24px;"
|
||||
"margin-top: 4px;"
|
||||
"color: black;"
|
||||
"background-color: white;"
|
||||
"background-image: url(:/qmljstools/images/prompt.png);"
|
||||
"background-position: baseline left;"
|
||||
|
||||
Reference in New Issue
Block a user