mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed an issue where an ApplicationUpdater dialog did not have themed help prompts
This commit is contained in:
parent
8a7d371f3f
commit
cd2181a8b5
|
@ -354,8 +354,8 @@ void ViewController::updateAvailableDialog()
|
|||
"THE UPGRADE.";
|
||||
}
|
||||
mWindow->pushGui(new GuiMsgBox(
|
||||
HelpStyle(), upgradeMessage.c_str(), "OK", [] {}, "", nullptr, "", nullptr,
|
||||
true, true,
|
||||
getHelpStyle(), upgradeMessage.c_str(), "OK", [] {}, "", nullptr, "",
|
||||
nullptr, true, true,
|
||||
(mRenderer->getIsVerticalOrientation() ?
|
||||
0.85f :
|
||||
0.53f * (1.778f / mRenderer->getScreenAspectRatio()))));
|
||||
|
|
Loading…
Reference in a new issue