mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
clean up setting tab line color
This commit is contained in:
parent
5e25722d9a
commit
e9bebfe788
|
@ -332,9 +332,7 @@ void NotebookTab::paintEvent(QPaintEvent *)
|
|||
{
|
||||
auto col = *this->highlightColor_.get();
|
||||
col.setAlpha(255);
|
||||
colors.line.regular = col;
|
||||
colors.line.hover = col;
|
||||
colors.line.unfocused = col;
|
||||
colors.line = {col, col, col};
|
||||
}
|
||||
|
||||
// top line
|
||||
|
|
Loading…
Reference in a new issue