mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
got triggered by pixels
This commit is contained in:
parent
a584259785
commit
a2795dec38
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue