show window at the end (for mswindows?)
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
81df3e09fc
commit
62df742725
|
@ -27,8 +27,6 @@ func setupUI() {
|
||||||
mainwin.SetChild(tab)
|
mainwin.SetChild(tab)
|
||||||
mainwin.SetMargined(true)
|
mainwin.SetMargined(true)
|
||||||
|
|
||||||
mainwin.Show()
|
|
||||||
|
|
||||||
vbox := ui.NewVerticalBox()
|
vbox := ui.NewVerticalBox()
|
||||||
vbox.SetPadded(true)
|
vbox.SetPadded(true)
|
||||||
|
|
||||||
|
@ -36,4 +34,7 @@ func setupUI() {
|
||||||
|
|
||||||
tab.Append("WIT Splash", vbox)
|
tab.Append("WIT Splash", vbox)
|
||||||
tab.SetMargined(0, true)
|
tab.SetMargined(0, true)
|
||||||
|
|
||||||
|
mainwin.Show()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue