From e113ce296b6955e5db6250ba1fbf5298d8df0354 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 30 Apr 2022 02:38:08 +0100 Subject: [PATCH] Tweak to Registers tool button margins --- src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index acb578ec..4d136eb3 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -114,7 +114,7 @@ namespace Bloom auto* targetRegisterButtonLayout = this->targetRegistersButton->findChild(); auto* registersBtnLabel = new RotatableLabel(270, "Registers", this->targetRegistersButton); registersBtnLabel->setObjectName("target-registers-btn-label"); - registersBtnLabel->setContentsMargins(4, 3, 10, 0); + registersBtnLabel->setContentsMargins(4, 4, 10, 0); targetRegisterButtonLayout->insertWidget(0, registersBtnLabel, 0, Qt::AlignTop); this->bottomMenuBar = this->container->findChild("bottom-menu-bar");