Tweak to Registers tool button margins

This commit is contained in:
Nav
2022-04-30 02:38:08 +01:00
parent 6f576fb48d
commit e113ce296b

View File

@@ -114,7 +114,7 @@ namespace Bloom
auto* targetRegisterButtonLayout = this->targetRegistersButton->findChild<QVBoxLayout*>();
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<QWidget*>("bottom-menu-bar");