From: Giuseppe Bilotta Date: Thu, 21 Jul 2011 13:12:58 +0000 (+0200) Subject: Restore "Leave address blank" position X-Git-Tag: 0.2.20110731_3~50^2~6^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aa6506ce9617d2a889f4937b525be15d8bdcb589;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); } {