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:
parent
764ce362f3
commit
b91ee96316
|
@ -137,7 +137,7 @@ func (tw *testwin) make(done chan struct{}) {
|
||||||
tw.wsmall = NewWindow("Small", 80, 80,
|
tw.wsmall = NewWindow("Small", 80, 80,
|
||||||
NewVerticalStack(
|
NewVerticalStack(
|
||||||
NewButton("Small"),
|
NewButton("Small"),
|
||||||
NewButton("Small"),
|
NewButton("Small 2"),
|
||||||
NewArea(200, 200, &areaHandler{})))
|
NewArea(200, 200, &areaHandler{})))
|
||||||
tw.wsmall.Show()
|
tw.wsmall.Show()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue