]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change slider scale for bold fontscale 793/head
authorJeremy Potter <git@stormdesign.us>
Fri, 17 Apr 2020 01:27:58 +0000 (18:27 -0700)
committerJeremy Potter <git@stormdesign.us>
Fri, 17 Apr 2020 01:27:58 +0000 (18:27 -0700)
qcsrc/menu/xonotic/dialog_hudpanel_centerprint.qc

index 1a6f211ca8f41ffe71f8faf10dd8a2d13b9aafa0..4e3ed54204f1b6896b8dc68de0a775bb80e2aa52 100644 (file)
@@ -42,5 +42,5 @@ void XonoticHUDCenterprintDialog_fill(entity me)
        me.TR(me);
                me.TDempty(me, 0.2);
                me.TD(me, 1, 1.2, e = makeXonoticTextLabel(0, _("Bold font scale:")));
-               me.TD(me, 1, 2.6, e = makeXonoticSlider(0.5, 2, 0.1, "hud_panel_centerprint_fontscale_bold"));
+               me.TD(me, 1, 2.6, e = makeXonoticSlider(0.5, 3, 0.2, "hud_panel_centerprint_fontscale_bold"));
 }