From 568c91e1a0074252c9e781dec86e101995f77ee1 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 23 Sep 2021 23:03:33 +0200 Subject: [PATCH] Small adjustment of the GuiAlternativeEmulators text placement. --- es-app/src/guis/GuiAlternativeEmulators.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/es-app/src/guis/GuiAlternativeEmulators.cpp b/es-app/src/guis/GuiAlternativeEmulators.cpp index 2ae241799..ccf26c313 100644 --- a/es-app/src/guis/GuiAlternativeEmulators.cpp +++ b/es-app/src/guis/GuiAlternativeEmulators.cpp @@ -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++) {