qt: Make sure font size in ShutdownWindow gets scaled as expected

This commit is contained in:
xdustinface 2020-09-24 02:36:47 +02:00
parent d1f1c8042d
commit 1aa660c07d

View File

@ -218,6 +218,8 @@ ShutdownWindow::ShutdownWindow(QWidget *parent, Qt::WindowFlags f):
tr("%1 is shutting down...").arg(tr(PACKAGE_NAME)) + "<br /><br />" +
tr("Do not shut down the computer until this window disappears.")));
setLayout(layout);
GUIUtil::updateFonts();
}
QWidget *ShutdownWindow::showShutdownWindow(BitcoinGUI *window)