Made the button stretchy. This will be important for testing, as by default Auto Layout will want to make the text field stretchy instead.

This commit is contained in:
Pietro Gagliardi 2015-08-08 20:21:07 -04:00
parent 8ae6c9d02a
commit 15eadff66b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ func appLaunched() {
mainwin.SetControl(box)
box.Add(Entry(), false)
box.Add(Button("Button"), false)
box.Add(Button("Button"), true)
mainwin.Show()