Changed one of the names of the buttons in the small window test so it can be used for testing key equivalents in GTK+ and Mac OS X Areas.

This commit is contained in:
Pietro Gagliardi 2014-08-14 23:43:43 -04:00
parent 764ce362f3
commit b91ee96316
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ func (tw *testwin) make(done chan struct{}) {
tw.wsmall = NewWindow("Small", 80, 80,
NewVerticalStack(
NewButton("Small"),
NewButton("Small"),
NewButton("Small 2"),
NewArea(200, 200, &areaHandler{})))
tw.wsmall.Show()
}