Add a note about minetest.conf in the key change dialog (because it sucks)

This commit is contained in:
Perttu Ahola 2012-03-11 21:32:03 +02:00
parent 2e61008fd9
commit ea1fdf3201
1 changed files with 2 additions and 2 deletions

View File

@ -83,10 +83,10 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize)
v2s32 topleft(0, 0);
changeCtype("");
{
core::rect < s32 > rect(0, 0, 125, 20);
core::rect < s32 > rect(0, 0, 500, 20);
rect += topleft + v2s32(25, 3);
//gui::IGUIStaticText *t =
Environment->addStaticText(wgettext("KEYBINDINGS"),
Environment->addStaticText(wgettext("KEYBINDINGS (If this menu screws up, see minetest.conf)"),
rect, false, true, this, -1);
//t->setTextAlignment(gui::EGUIA_CENTER, gui::EGUIA_UPPERLEFT);
}