We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4f5f4 commit e51076fCopy full SHA for e51076f
src/plugins/grass/qgsgrassshell.cpp
@@ -57,6 +57,7 @@ QgsGrassShell::QgsGrassShell( QgsGrassTools *tools, QTabWidget *parent, const ch
57
*/
58
59
mTerminal->setSize( 80, 25 );
60
+ mTerminal->setColorScheme ( COLOR_SCHEME_BLACK_ON_LIGHT_YELLOW );
61
mTerminal->startShellProgram();
62
mTerminal->setFocus( Qt::MouseFocusReason );
63
}
0 commit comments