mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Minor adjustment to the sizing of an application updater dialog
This commit is contained in:
parent
c22bdae16e
commit
becc173a45
|
@ -358,7 +358,7 @@ void ViewController::updateAvailableDialog()
|
|||
nullptr, true, true,
|
||||
(mRenderer->getIsVerticalOrientation() ?
|
||||
0.85f :
|
||||
0.53f * (1.778f / mRenderer->getScreenAspectRatio()))));
|
||||
0.535f * (1.778f / mRenderer->getScreenAspectRatio()))));
|
||||
}
|
||||
},
|
||||
"CANCEL", [] { return; }, "", nullptr, true, true,
|
||||
|
|
Loading…
Reference in a new issue