From: FruitieX Date: Mon, 11 Apr 2011 13:16:04 +0000 (+0300) Subject: make text readable in physics panel setup X-Git-Tag: xonotic-v0.5.0~306 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e01641494f086ce4cca010d7b7dbf5a988638c3f;p=xonotic%2Fxonotic-data.pk3dir.git make text readable in physics panel setup --- diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_physics.c b/qcsrc/menu/xonotic/dialog_hudpanel_physics.c index a49cd34a2..192611876 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_physics.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_physics.c @@ -19,7 +19,7 @@ void XonoticHUDPhysicsDialog_fill(entity me) float i; me.TR(me); - me.TD(me, 1, 2, e = makeXonoticTextSlider("hud_panel_physics")); + me.TD(me, 1, 4, e = makeXonoticTextSlider("hud_panel_physics")); e.addValue(e, _("Panel disabled"), "0"); e.addValue(e, _("Panel enabled if not observing"), "1"); e.addValue(e, _("Panel always enabled"), "2"); @@ -79,4 +79,4 @@ void XonoticHUDPhysicsDialog_fill(entity me) // me.TD(me, 1, 0.6, e = makeXonoticInputBox(1, "hud_panel_physics_acceleration_max")); // setDependent(e, "hud_panel_physics_progressbar", 1, 1); } -#endif \ No newline at end of file +#endif