-
Notifications
You must be signed in to change notification settings - Fork 801
Open
Description
I changed it slightly using the sample file grid.go , the boxes in the grid are not aligned at 1/2 column
grid.Set(
ui.NewRow(1.0/2,
ui.NewCol(1.0/2, slg),
ui.NewCol(1.0/2, lc),
),
ui.NewRow(1.0/2,
ui.NewCol(1.0/4, ls),
ui.NewCol(1.0/4, ls),
//ui.NewRow(.9/3, gs[0]),
//ui.NewRow(.9/3, gs[1]),
//ui.NewRow(1.2/3, gs[2]),
ui.NewCol(1.0/2, p),
),
)
ui.Render(grid)
Metadata
Metadata
Assignees
Labels
No labels