show window at the end (for mswindows?)

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-22 13:26:38 -07:00
parent 81df3e09fc
commit 62df742725
1 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,6 @@ func setupUI() {
mainwin.SetChild(tab)
mainwin.SetMargined(true)
mainwin.Show()
vbox := ui.NewVerticalBox()
vbox.SetPadded(true)
@ -36,4 +34,7 @@ func setupUI() {
tab.Append("WIT Splash", vbox)
tab.SetMargined(0, true)
mainwin.Show()
}