fixed position of user icon head

This commit is contained in:
fourtf 2020-02-28 19:52:15 +01:00
parent 269d2ee67f
commit 1e1a56bb87

View file

@ -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);
}