tIncrease player registration box width for flags - scoreboard - Interactive scoreboard for CTF-like games
 (HTM) git clone git://git.z3bra.org/scoreboard.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 8dd4d90cb5bbc0caee98548425f2e19acd5b9b8b
 (DIR) parent f8c4e2ae95d556e1a70df893aade24a9662bd553
 (HTM) Author: Willy Goiffon <contact@z3bra.org>
       Date:   Tue, 22 Aug 2023 08:05:00 +0200
       
       Increase player registration box width for flags
       
       Diffstat:
         M playerbox.go                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/playerbox.go b/playerbox.go
       t@@ -108,7 +108,7 @@ func PlayerBoxGrid(p *Player, rank int) *tview.Grid {
                playerbox.score = gridcell(fmt.Sprintf("%4d ", p.score))
        
                grid := tview.NewGrid().
       -                SetColumns(4,3,6,6).
       +                SetColumns(4,3,8,6).
                        SetGap(0, 2).
                        SetRows(1).
                        AddItem(gridcell(rankstr), 0, 0, 1, 1, 0, 0, false).