]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Rankings: Slightly smaller time column
authorterencehill <piuntn@gmail.com>
Thu, 8 Sep 2016 20:10:56 +0000 (22:10 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 8 Sep 2016 20:10:56 +0000 (22:10 +0200)
qcsrc/client/hud/panel/scoreboard.qc

index c6df590b41ce3fd9111f50c120c7f94e602c41af..58e962e0da5bb232024a48e5c78e31073416b426 100644 (file)
@@ -1322,7 +1322,7 @@ vector Scoreboard_Rankings_Draw(vector pos, entity pl, vector rgb, vector bg_siz
        }
 
        float ranksize = 3 * hud_fontsize.x;
-       float timesize = 5.5 * hud_fontsize.x;
+       float timesize = 5 * hud_fontsize.x;
        vector columnsize = eX * (ranksize + timesize + namesize + hud_fontsize.x) + eY * 1.25 * hud_fontsize.y;
        int columns = max(1, floor((panel_size.x - 2 * panel_bg_padding) / columnsize.x));
        columns = min(columns, RANKINGS_RECEIVED_CNT);