From: Mircea Kitsune Date: Sun, 6 Nov 2011 22:51:58 +0000 (+0200) Subject: Allow a smaller scale in the sandbox menu X-Git-Tag: xonotic-v0.6.0~35^2~18^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a38740ef2ddfd1272b35a0d2ba6aa33a252a06c1;p=xonotic%2Fxonotic-data.pk3dir.git Allow a smaller scale in the sandbox menu --- diff --git a/qcsrc/menu/xonotic/dialog_sandboxtools.c b/qcsrc/menu/xonotic/dialog_sandboxtools.c index d4ffb150e..0c7f55536 100644 --- a/qcsrc/menu/xonotic/dialog_sandboxtools.c +++ b/qcsrc/menu/xonotic/dialog_sandboxtools.c @@ -68,7 +68,7 @@ void XonoticSandboxToolsDialog_fill(entity me) me.TD(me, 1, 0.5, e = makeXonoticRadioButton(1, "menu_sandbox_edit_physics", "2", _("Physical"))); me.TR(me); me.TD(me, 1, 0.5, e = makeXonoticCommandButton(_("Set scale:"), '0 0 0', "sandbox object_edit scale $menu_sandbox_edit_scale", 0)); - me.TD(me, 1, 1.5, e = makeXonoticSlider(0.5, 2, 0.05, "menu_sandbox_edit_scale")); + me.TD(me, 1, 1.5, e = makeXonoticSlider(0.25, 2, 0.05, "menu_sandbox_edit_scale")); me.TD(me, 1, 0.5, e = makeXonoticCommandButton(_("Set force:"), '0 0 0', "sandbox object_edit force $menu_sandbox_edit_force", 0)); me.TD(me, 1, 1.5, e = makeXonoticSlider(0, 10, 0.5, "menu_sandbox_edit_force")); me.TR(me);