CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jordà Polo <[EMAIL PROTECTED]> 04/10/07 19:30:20
Modified files:
src : multiplayer_lobby.cpp
Log message:
moved message input (x+2, y+2)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_lobby.cpp.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
Patches:
Index: wesnoth/src/multiplayer_lobby.cpp
diff -u wesnoth/src/multiplayer_lobby.cpp:1.39
wesnoth/src/multiplayer_lobby.cpp:1.40
--- wesnoth/src/multiplayer_lobby.cpp:1.39 Wed Oct 6 20:52:24 2004
+++ wesnoth/src/multiplayer_lobby.cpp Thu Oct 7 19:30:19 2004
@@ -233,8 +233,8 @@
observe_game.set_location(join_game.location().x +
join_game.location().w + 5,yscale(disp,4));
new_game.set_location(observe_game.location().x +
observe_game.location().w + 5,yscale(disp,4));
quit_game.set_location(new_game.location().x +
new_game.location().w + 5,yscale(disp,4));
- message_entry.set_location(xscale(disp,12),yscale(disp,730));
- message_entry.set_width(xscale(disp,832));
+ message_entry.set_location(xscale(disp,14),yscale(disp,732));
+ message_entry.set_width(xscale(disp,830));
update_whole_screen();