mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
clean up setting tab line color
This commit is contained in:
parent
5e25722d9a
commit
e9bebfe788
1 changed files with 1 additions and 3 deletions
|
@ -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