[Gui] Fix Close without Saving button size (#19342)

This commit is contained in:
Syres916
2025-02-02 22:24:27 +00:00
committed by GitHub
parent 04aea5e9f3
commit 34d9ac0050
4 changed files with 9 additions and 6 deletions

View File

@@ -569,7 +569,7 @@ void DlgMacroExecuteImp::onToolbarButtonClicked()
QAbstractButton* doNotShowAgainButton =
msgBox.addButton(tr("Do not show again"), QMessageBox::YesRole);
msgBox.setText(tr("Guided Walkthrough"));
msgBox.setObjectName(QString::fromLatin1("macroGuideWalkthrough"));
msgBox.setObjectName(QStringLiteral("macroGuideWalkthrough"));
msgBox.setInformativeText(tr("This will guide you in setting up this macro in a custom \
global toolbar. Instructions will be in red text inside the dialog.\n\
\n\