From 6db2c2ab417a12c37619c2fa9b270383c09dc4ad Mon Sep 17 00:00:00 2001 From: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com> Date: Tue, 24 Dec 2019 06:08:21 +0100 Subject: [PATCH] Move `Many Thanks to:` a little bit above. --- source/screens/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/screens/settings.cpp b/source/screens/settings.cpp index f58e53ee1..f31b03b83 100644 --- a/source/screens/settings.cpp +++ b/source/screens/settings.cpp @@ -193,7 +193,7 @@ void Settings::DrawCreditsScreen(void) const { Gui::DrawString(395-Gui::GetStringWidth(0.70f, currentVersion), 219, 0.70f, Config::TxtColor, currentVersion, 400); Gui::DrawBottom(); Gui::DrawArrow(0, 0, 0, 1); - Gui::DrawStringCentered(0, 0, 0.7f, Config::TxtColor, Lang::get("MANY_THANKS"), 320); + Gui::DrawStringCentered(0, -2, 0.7f, Config::TxtColor, Lang::get("MANY_THANKS"), 320); Gui::DrawStringCentered(0, 40, 0.7f, Config::TxtColor, Lang::get("TRANSLATORS"), 320); Gui::DrawStringCentered(0, 70, 0.5f, Config::TxtColor, Lang::get("HELP_TRANSLATE"), 320); Gui::DrawStringCentered(0, 100, 0.7f, Config::TxtColor, "Pk11", 320);