about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-29 11:59:08 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-29 11:59:08 +0000
commit6349abcbdd211fc21d0d7bacf21265a0121fb2a9 (patch)
tree20353cbed537ab7bb86805df73555034ee201e7b
parent1f246d9dcbc32e1049f4a8a6ac1777b313d9e547 (diff)
downloadzcatch-6349abcbdd211fc21d0d7bacf21265a0121fb2a9.tar.gz
zcatch-6349abcbdd211fc21d0d7bacf21265a0121fb2a9.zip
fixed the welcome screen
-rw-r--r--src/game/client/gc_menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp
index e07d867d..c6c21a66 100644
--- a/src/game/client/gc_menu.cpp
+++ b/src/game/client/gc_menu.cpp
@@ -2055,7 +2055,7 @@ int menu2_render()
 			if(ui_do_button(&enter_button, "Enter", 0, &part, ui_draw_menu_button, 0) || inp_key_down(KEY_ENTER))
 				popup = POPUP_NONE;
 			
-			ui_hsplit_b(&box, 60.f, &box, &part);
+			ui_hsplit_b(&box, 40.f, &box, &part);
 			ui_hsplit_b(&box, 24.f, &box, &part);
 			
 			ui_vsplit_l(&part, 60.0f, 0, &label);