]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_hudpanel_physics.c
Merge remote-tracking branch 'remotes/origin/terencehill/newpanelhud' into terencehil...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_physics.c
index 1926118761bec27d75b516228537f9ae4bff3cac..d39e0cac327eca8541ea2433cdae658c060d4f00 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");