From 772896f721e44f2e575395342d80ba4b66b94bd0 Mon Sep 17 00:00:00 2001 From: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com> Date: Fri, 3 Jan 2020 07:32:50 +0100 Subject: [PATCH] Ughh.. sorry. ^^" --- source/screens/unistore.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/screens/unistore.cpp b/source/screens/unistore.cpp index 8378673..bd63d93 100644 --- a/source/screens/unistore.cpp +++ b/source/screens/unistore.cpp @@ -882,8 +882,8 @@ void UniStore::DrawGitHubScreen(void) const { Gui::DrawStringCentered(0, 185, 0.7f, Config::TxtColor, Lang::get("OK"), 40); - Gui::DrawStringCentered(-70, 57, 0.5f, Config::TxtColor, OwnerAndRepo, 130); - Gui::DrawStringCentered(-70, 137, 0.5f, Config::TxtColor, fileName, 130); + Gui::DrawStringCentered(0, 57, 0.5f, Config::TxtColor, OwnerAndRepo, 250); + Gui::DrawStringCentered(0, 137, 0.5f, Config::TxtColor, fileName, 250); } void UniStore::GitHubLogic(u32 hDown, u32 hHeld, touchPosition touch) { @@ -936,8 +936,8 @@ void UniStore::DrawFullURLScreen(void) const { Gui::DrawStringCentered(0, 185, 0.7f, Config::TxtColor, Lang::get("OK"), 40); - Gui::DrawStringCentered(-70, 57, 0.45f, Config::TxtColor, FullURL, 130); - Gui::DrawStringCentered(-70, 137, 0.45f, Config::TxtColor, fileName, 130); + Gui::DrawStringCentered(0, 57, 0.45f, Config::TxtColor, FullURL, 250); + Gui::DrawStringCentered(0, 137, 0.45f, Config::TxtColor, fileName, 250); } void UniStore::FullURLLogic(u32 hDown, u32 hHeld, touchPosition touch) {