mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
made seperator between chats grey
This commit is contained in:
parent
2dea2265ef
commit
8a175be810
|
@ -252,7 +252,8 @@ void NotebookPage::paintEvent(QPaintEvent *)
|
||||||
painter.setPen(this->colorScheme.Text);
|
painter.setPen(this->colorScheme.Text);
|
||||||
painter.drawText(rect(), "Add Chat", QTextOption(Qt::AlignCenter));
|
painter.drawText(rect(), "Add Chat", QTextOption(Qt::AlignCenter));
|
||||||
} else {
|
} 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);
|
painter.fillRect(0, 0, width(), 2, this->colorScheme.TabSelectedBackground);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue