got triggered by pixels

This commit is contained in:
apa420 2018-10-20 14:00:21 +02:00 committed by fourtf
parent a584259785
commit a2795dec38

View file

@ -310,7 +310,7 @@ void NotebookTab::paintEvent(QPaintEvent *)
b.setStyle(Qt::SolidPattern);
painter.setBrush(b);
auto x = this->width() - (6.f * scale);
auto x = this->width() - (7.f * scale);
auto y = 4.f * scale;
auto diameter = 4.f * scale;
painter.drawEllipse(QRectF(x, y, diameter, diameter));