Skip to content

Commit

Permalink
Change the fake terminal color.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkd-Alex committed May 24, 2016
1 parent 4903006 commit a04ed20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ void MainWindow::inizializeAll(){
fakeTerminal->setReadOnly(true);
fakeTerminal->setLineWrapMode((QTextEdit::NoWrap));
layoutForTab->addWidget(fakeTerminal);
fakeTerminal->setStyleSheet("background-color: black; color: #00ff00;");
//fakeTerminal->setStyleSheet("background-color: black; color: #00ff00;");

if( ui->AllCheckBox->isChecked() ){

Expand Down

0 comments on commit a04ed20

Please sign in to comment.