Skip to content

Commit e51076f

Browse files
author
rblazek
committedMar 4, 2010
set color scheme to black / yellow
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12999 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/grass/qgsgrassshell.cpp

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.