about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2009-06-15 09:48:18 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-06-15 09:48:18 +0000
commitb31243d271ec276551f3e56e1fef15224355a6ed (patch)
tree4e7b79b9f9d75ad4a3a732cc2e5efde537a2cac3 /src/game/client
parentb3c1bae2e917faf6e2f4e9f3075195a03a16f8ba (diff)
downloadzcatch-b31243d271ec276551f3e56e1fef15224355a6ed.tar.gz
zcatch-b31243d271ec276551f3e56e1fef15224355a6ed.zip
tweaked checkboxes
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/components/menus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp
index a8165418..74234a52 100644
--- a/src/game/client/components/menus.cpp
+++ b/src/game/client/components/menus.cpp
@@ -184,7 +184,7 @@ void MENUS::ui_draw_checkbox_common(const void *id, const char *text, const char
 	ui_margin(&c, 2.0f, &c);
 	ui_draw_rect(&c, vec4(1,1,1,0.25f)*button_color_mul(id), CORNER_ALL, 3.0f);
 	c.y += 2;
-	ui_do_label(&c, boxtext, r->h*fontmod_height*0.75f, 0);
+	ui_do_label(&c, boxtext, r->h*fontmod_height*0.6f, 0);
 	ui_do_label(&t, text, r->h*fontmod_height*0.8f, -1);
 }