]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix hud_panel_physics_baralign slider, value field text was unreadable because too...
authorterencehill <piuntn@gmail.com>
Sun, 3 Apr 2011 22:36:51 +0000 (00:36 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 3 Apr 2011 22:36:51 +0000 (00:36 +0200)
qcsrc/menu/xonotic/dialog_hudpanel_physics.c

index a49cd34a20dd6687b1be012dc52e2084e1bbe754..2564f74a186245484660adf44a8accbe1a2ab33d 100644 (file)
@@ -29,7 +29,7 @@ void XonoticHUDPhysicsDialog_fill(entity me)
 
        me.TR(me);
                me.TD(me, 1, 1.4, e = makeXonoticCheckBox(0, "hud_panel_physics_progressbar", _("Status bar")));
-               me.TD(me, 1, 1.6, e = makeXonoticTextSlider("hud_panel_physics_baralign"));
+               me.TD(me, 1, 2.6, e = makeXonoticTextSlider("hud_panel_physics_baralign"));
                        e.addValue(e, _("Left align")   , "0");
                        e.addValue(e, _("Right align")  , "1");
                        e.addValue(e, _("Inward align") , "2");