From: Mirio Date: Tue, 15 May 2018 21:18:09 +0000 (+0200) Subject: Increase minimum width of the scoreboard, so all cts records can be displayed X-Git-Tag: xonotic-v0.8.5~2138 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9cdfd314c161c2b8b56b2866797d929a0df47f0a;p=xonotic%2Fxonotic-data.pk3dir.git Increase minimum width of the scoreboard, so all cts records can be displayed --- diff --git a/_hud_common.cfg b/_hud_common.cfg index 4edd00e18..9fe701493 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -113,7 +113,7 @@ seta hud_panel_scoreboard_maxheight 0.6 "max height of the scoreboard; a few pla seta hud_panel_scoreboard_others_showscore 1 "show scores of players listed in the last row when the scoreboard reaches the max height" seta hud_panel_scoreboard_spectators_showping 1 "show ping of spectators" seta hud_panel_scoreboard_spectators_aligned 0 "align spectators in columns" -seta hud_panel_scoreboard_minwidth 0.4 "minimum width of the scoreboard" +seta hud_panel_scoreboard_minwidth 0.6 "minimum width of the scoreboard" // hud panel aliases alias quickmenu "cl_cmd hud quickmenu ${* ?}"