mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Small adjustment of the GuiAlternativeEmulators text placement.
This commit is contained in:
parent
fe20ec51cb
commit
568c91e1a0
|
@ -25,6 +25,9 @@ GuiAlternativeEmulators::GuiAlternativeEmulators(Window* window)
|
|||
float systemSizeX = mMenu.getSize().x / 3.27f;
|
||||
float labelSizeX = mMenu.getSize().x / 1.53f;
|
||||
|
||||
if (Renderer::getScreenHeightModifier() > 1.0f)
|
||||
labelSizeX += 8.0f * Renderer::getScreenHeightModifier();
|
||||
|
||||
for (auto it = SystemData::sSystemVector.cbegin(); // Line break.
|
||||
it != SystemData::sSystemVector.cend(); it++) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue