We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fc997 commit 8b6f5aaCopy full SHA for 8b6f5aa
src/qt/guiutil.cpp
@@ -947,7 +947,7 @@ void PolishProgressDialog(QProgressDialog* dialog)
947
{
948
#ifdef Q_OS_MAC
949
// Workaround for macOS-only Qt bug; see: QTBUG-65750, QTBUG-70357.
950
- const int margin = dialog->fontMetrics().width("X");
+ const int margin = TextWidth(dialog->fontMetrics(), ("X"));
951
dialog->resize(dialog->width() + 2 * margin, dialog->height());
952
dialog->show();
953
#else
0 commit comments