Added code for ubuntu color style

This commit is contained in:
fourtf
2017-08-17 14:52:41 +02:00
parent a4533ae92c
commit ca65e543ec
6 changed files with 43 additions and 31 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ void NotebookButton::paintEvent(QPaintEvent *)
QColor background;
QColor foreground;
background = this->colorScheme.TabPanelBackground;
background = this->colorScheme.TabBackground;
if (mouseDown) {
// background = this->colorScheme.TabSelectedBackground;