Skip to content

Commit

Permalink
changed selection highlighting in command output
Browse files Browse the repository at this point in the history
  • Loading branch information
r-a-v-a-s committed Jun 18, 2015
1 parent 6b584a5 commit 0507fe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions librecad/src/ui/forms/qg_commandwidget.cpp
Expand Up @@ -49,6 +49,9 @@ QG_CommandWidget::QG_CommandWidget(QWidget* parent, const char* name, Qt::Window
action=new QAction(tr("select&All"), teHistory);
connect(action, SIGNAL(triggered()), teHistory, SLOT(selectAll()));
teHistory->addAction(action);

//command output style
teHistory->setStyleSheet("color: black; background-color: white; selection-color: white; selection-background-color: blue;");
}

/*
Expand Down

0 comments on commit 0507fe3

Please sign in to comment.