diff --git a/test3/main.go b/test3/main.go index 2a91120..d4529dd 100644 --- a/test3/main.go +++ b/test3/main.go @@ -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() + }