Tweak to Registers tool button margins
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user