Skip to content

Commit e51076f

Browse files
author
rblazek
committed
set color scheme to black / yellow
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12999 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1d4f5f4 commit e51076f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/grass/qgsgrassshell.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ QgsGrassShell::QgsGrassShell( QgsGrassTools *tools, QTabWidget *parent, const ch
5757
*/
5858

5959
mTerminal->setSize( 80, 25 );
60+
mTerminal->setColorScheme ( COLOR_SCHEME_BLACK_ON_LIGHT_YELLOW );
6061
mTerminal->startShellProgram();
6162
mTerminal->setFocus( Qt::MouseFocusReason );
6263
}

0 commit comments

Comments
 (0)