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:
parent
8ae6c9d02a
commit
15eadff66b
|
@ -17,7 +17,7 @@ func appLaunched() {
|
||||||
mainwin.SetControl(box)
|
mainwin.SetControl(box)
|
||||||
|
|
||||||
box.Add(Entry(), false)
|
box.Add(Entry(), false)
|
||||||
box.Add(Button("Button"), false)
|
box.Add(Button("Button"), true)
|
||||||
|
|
||||||
mainwin.Show()
|
mainwin.Show()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue