Added empty Group test.

This commit is contained in:
Pietro Gagliardi 2014-08-28 11:18:49 -04:00
parent 1d4848e109
commit 65a0786689
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ func (tw *testwin) make(done chan struct{}) {
})
tw.t.Append("Image List Table", tw.icontbl)
tw.group2 = NewGroup("Group", NewButton("Button in Group"))
tw.t.Append("Empty Group", NewGroup("Group", Space()))
tw.t.Append("Filled Group", tw.group2)
tw.group = NewGroup("Group", NewVerticalStack(NewCheckbox("Checkbox in Group")))
tw.t.Append("Group", tw.group)