Reduce width of name column in scores formspec (#344)
This commit is contained in:
parent
3955a1d765
commit
84c55a3d7a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
local tablecolumns = {
|
local tablecolumns = {
|
||||||
"tablecolumns[color;",
|
"tablecolumns[color;",
|
||||||
"text;",
|
"text;",
|
||||||
"text,width=20;",
|
"text,width=16;",
|
||||||
"text,width=4;",
|
"text,width=4;",
|
||||||
"text,width=4;",
|
"text,width=4;",
|
||||||
"text,width=4;",
|
"text,width=4;",
|
||||||
|
|
Loading…
Reference in a new issue