about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);