mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-03-23 19:19:40 -04:00
changed column count
This commit is contained in:
parent
9540511c3e
commit
5919822e04
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Rebuilder
|
|||
|
||||
TableLayoutPanel grid = new TableLayoutPanel();
|
||||
grid.Dock = DockStyle.Fill;
|
||||
grid.ColumnCount = 2;
|
||||
grid.ColumnCount = 3;
|
||||
grid.AutoSize = true;
|
||||
|
||||
// Create automatic evenly spaced layout
|
||||
|
|
Loading…
Add table
Reference in a new issue