mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed position of user icon head
This commit is contained in:
parent
269d2ee67f
commit
1e1a56bb87
|
@ -102,7 +102,7 @@ void NotebookButton::paintEvent(QPaintEvent *event)
|
|||
remove.addEllipse(2 * a, 1 * a, 4 * a, 4 * a);
|
||||
path = path.subtracted(remove);
|
||||
|
||||
path.addEllipse(2.5 * a, 1.5 * a, 3 * a + 1, 3 * a);
|
||||
path.addEllipse(2.5 * a, 1.5 * a, 3 * a, 3 * a);
|
||||
|
||||
painter.fillPath(path, foreground);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue