From 84c55a3d7ae8e18fd7909409b682600878000f96 Mon Sep 17 00:00:00 2001 From: ANAND Date: Sat, 23 Feb 2019 20:41:35 +0530 Subject: [PATCH] Reduce width of name column in scores formspec (#344) --- mods/ctf/ctf_stats/gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf/ctf_stats/gui.lua b/mods/ctf/ctf_stats/gui.lua index 0d21430..457e69e 100644 --- a/mods/ctf/ctf_stats/gui.lua +++ b/mods/ctf/ctf_stats/gui.lua @@ -2,7 +2,7 @@ local tablecolumns = { "tablecolumns[color;", "text;", - "text,width=20;", + "text,width=16;", "text,width=4;", "text,width=4;", "text,width=4;",