From 482c9d0955a0a75ca5a64e52c34653506c9d2be6 Mon Sep 17 00:00:00 2001 From: Jeremy Potter Date: Thu, 16 Apr 2020 18:27:58 -0700 Subject: [PATCH] Change slider scale for bold fontscale --- qcsrc/menu/xonotic/dialog_hudpanel_centerprint.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_centerprint.qc b/qcsrc/menu/xonotic/dialog_hudpanel_centerprint.qc index 1a6f211ca..4e3ed5420 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_centerprint.qc +++ b/qcsrc/menu/xonotic/dialog_hudpanel_centerprint.qc @@ -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")); } -- 2.39.2