Reduce size of history button
This commit is contained in:
parent
0e0369f78f
commit
b29a412949
1 changed files with 1 additions and 1 deletions
|
@ -1444,7 +1444,7 @@ func (g *Game) initialize() {
|
|||
indentA, indentB := etk.Scale(lobbyIndentA), etk.Scale(lobbyIndentB)
|
||||
|
||||
headerGrid := etk.NewGrid()
|
||||
headerGrid.SetColumnSizes(indentA, indentB-indentA, indentB-indentA, -1, 300)
|
||||
headerGrid.SetColumnSizes(indentA, indentB-indentA, indentB-indentA, -1, 200)
|
||||
headerGrid.AddChildAt(statusLabel, 0, 0, 1, 1)
|
||||
headerGrid.AddChildAt(ratingLabel, 1, 0, 1, 1)
|
||||
headerGrid.AddChildAt(pointsLabel, 2, 0, 1, 1)
|
||||
|
|
Loading…
Reference in a new issue