From: FruitieX Date: Fri, 23 Jul 2010 23:00:36 +0000 (+0300) Subject: make the forced aspect slider of pressedkeys a little more accurate... X-Git-Tag: xonotic-v0.1.0preview~362^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a588d4faf51cd932917560e94902d62bda372b5a;p=xonotic%2Fxonotic-data.pk3dir.git make the forced aspect slider of pressedkeys a little more accurate... --- diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.c b/qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.c index 0c8302560..7d32914dd 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.c @@ -78,6 +78,6 @@ void XonoticHUDPressedKeysDialog_fill(entity me) me.TR(me); me.TDempty(me, 0.2); me.TD(me, 1, 1.2, e = makeXonoticTextLabel(0, "Forced aspect:")); - me.TD(me, 1, 2.6, e = makeXonoticSlider(0.25, 4, 0.25, "hud_panel_pressedkeys_aspect")); + me.TD(me, 1, 2.6, e = makeXonoticSlider(0.2, 4, 0.1, "hud_panel_pressedkeys_aspect")); } #endif