Added code for ubuntu color style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user