CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jordà Polo <[EMAIL PROTECTED]> 05/09/04 09:55:06
Modified files:
src : multiplayer_ui.cpp
Log message:
adjusted game lobby titles
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_ui.cpp.diff?tr1=1.31&tr2=1.32&r1=text&r2=text
Patches:
Index: wesnoth/src/multiplayer_ui.cpp
diff -u wesnoth/src/multiplayer_ui.cpp:1.31 wesnoth/src/multiplayer_ui.cpp:1.32
--- wesnoth/src/multiplayer_ui.cpp:1.31 Mon Aug 1 20:36:12 2005
+++ wesnoth/src/multiplayer_ui.cpp Sun Sep 4 09:55:05 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_ui.cpp,v 1.31 2005/08/01 20:36:12 j_daniel Exp $ */
+/* $Id: multiplayer_ui.cpp,v 1.32 2005/09/04 09:55:05 ettin Exp $ */
/*
Copyright (C) 2005
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -352,7 +352,7 @@
void ui::layout_children(const SDL_Rect& rect)
{
- title_.set_location(xscale(11)+4, xscale(42) + 4);
+ title_.set_location(xscale(12) + 8, yscale(38) + 8);
users_menu_.set_width(xscale(159));
users_menu_.set_max_width(xscale(159));
users_menu_.set_location(xscale(856), yscale(42));