Skip to content

Commit

Permalink
Allow digits to show in game count column
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoncleanse committed May 21, 2016
1 parent b52d884 commit 284ef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ui/lobby/lobby.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@ function CreateSlotsUI(makeLabel)
local ColumnLayout = import('/lua/ui/controls/columnlayout.lua').ColumnLayout

-- The dimensions of the columns used for slot UI controls.
local COLUMN_POSITIONS = {1, 21, 67, 111, 135, 472, 542, 612, 682, 754}
local COLUMN_POSITIONS = {1, 21, 47, 91, 133, 467, 537, 607, 677, 749}
local COLUMN_WIDTHS = {20, 20, 45, 45, 229, 59, 59, 59, 62, 51}

local labelGroup = ColumnLayout(GUI.playerPanel, COLUMN_POSITIONS, COLUMN_WIDTHS)
Expand Down

1 comment on commit 284ef6a

@aeoncleanse
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*** Allows FOUR digits to show. Missed that clarification in commit message.

Please sign in to comment.