From a2795dec381cf9dbe99f987738f9e6ac81badb74 Mon Sep 17 00:00:00 2001 From: apa420 Date: Sat, 20 Oct 2018 14:00:21 +0200 Subject: [PATCH] got triggered by pixels --- src/widgets/helper/NotebookTab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/helper/NotebookTab.cpp b/src/widgets/helper/NotebookTab.cpp index fe05303cb..258df9774 100644 --- a/src/widgets/helper/NotebookTab.cpp +++ b/src/widgets/helper/NotebookTab.cpp @@ -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));