From: Giuseppe Bilotta Date: Thu, 21 Jul 2011 13:12:58 +0000 (+0200) Subject: Restore "Leave address blank" position X-Git-Tag: 0.2.20110922~81^2~35^2~5^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56a744599f842b2d61c1624f71c9d094e311197b;p=oweals%2Fminetest.git Restore "Leave address blank" position --- diff --git a/src/guiMainMenu.cpp b/src/guiMainMenu.cpp index f557f4dc0..707a96e3b 100644 --- a/src/guiMainMenu.cpp +++ b/src/guiMainMenu.cpp @@ -217,6 +217,7 @@ void GUIMainMenu::regenerateGui(v2u32 screensize) } { core::rect rect(0, 0, 400, 20); + rect += topleft_client + v2s32(160, 100+35); Environment->addStaticText(chartowchar_t(gettext("Leave address blank to start a local server.")), rect, false, true, this, -1); } {