]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Restore "Leave address blank" position
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 21 Jul 2011 13:12:58 +0000 (15:12 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 21 Jul 2011 13:12:58 +0000 (15:12 +0200)
src/guiMainMenu.cpp

index f557f4dc08eeb0c14fe6bd0a56f97900fa975e73..707a96e3b79ede2f4885e1bb5b5d591962501b29 100644 (file)
@@ -217,6 +217,7 @@ void GUIMainMenu::regenerateGui(v2u32 screensize)
        }
        {
                core::rect<s32> 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);
        }
        {