Minor adjustment to the sizing of an application updater dialog

This commit is contained in:
Leon Styhre 2023-08-02 20:29:30 +02:00
parent c22bdae16e
commit becc173a45

View file

@ -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,