made seperator between chats grey
This commit is contained in:
@@ -252,7 +252,8 @@ void NotebookPage::paintEvent(QPaintEvent *)
|
||||
painter.setPen(this->colorScheme.Text);
|
||||
painter.drawText(rect(), "Add Chat", QTextOption(Qt::AlignCenter));
|
||||
} else {
|
||||
painter.fillRect(rect(), this->colorScheme.TabSelectedBackground);
|
||||
//painter.fillRect(rect(), this->colorScheme.TabSelectedBackground);
|
||||
painter.fillRect(rect(), QColor(127, 127, 127));
|
||||
|
||||
painter.fillRect(0, 0, width(), 2, this->colorScheme.TabSelectedBackground);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user