fix(plugin-repl): add padding to pin button (#6426)

This commit is contained in:
nerix
2025-08-28 22:13:59 +02:00
committed by GitHub
parent 2f71f76c3c
commit 32b9f8207d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ PluginRepl::PluginRepl(QString id, QWidget *parent)
}
});
this->ui.pin = new SvgButton(this->ui.pinDisabledSource_, this, {0, 0});
this->ui.pin = new SvgButton(this->ui.pinDisabledSource_, this, {3, 3});
this->ui.pin->setScaleIndependentSize({18, 18});
this->ui.pin->setToolTip(u"Pin Window"_s);
QObject::connect(this->ui.pin, &Button::leftClicked, this, [this] {