We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4903006 commit a04ed20Copy full SHA for a04ed20
src/mainwindow.cpp
@@ -560,7 +560,7 @@ void MainWindow::inizializeAll(){
560
fakeTerminal->setReadOnly(true);
561
fakeTerminal->setLineWrapMode((QTextEdit::NoWrap));
562
layoutForTab->addWidget(fakeTerminal);
563
- fakeTerminal->setStyleSheet("background-color: black; color: #00ff00;");
+ //fakeTerminal->setStyleSheet("background-color: black; color: #00ff00;");
564
565
if( ui->AllCheckBox->isChecked() ){
566
0 commit comments