mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 15:15:38 +00:00
Made the release update notification popup slightly narrower when running on vertically oriented screens.
This commit is contained in:
parent
20b9fb84aa
commit
399a62aba9
|
@ -213,7 +213,7 @@ void ViewController::updateAvailableDialog(const std::string& message)
|
|||
mWindow->pushGui(new GuiMsgBox(getHelpStyle(), message, "OK", nullptr, "", nullptr, "", nullptr,
|
||||
true, true,
|
||||
(mRenderer->getIsVerticalOrientation() ?
|
||||
0.85f :
|
||||
0.70f :
|
||||
0.45f * (1.778f / mRenderer->getScreenAspectRatio()))));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue