parent
150cc5963c
commit
b4d4f65100
|
@ -13,12 +13,11 @@ import _ "github.com/andlabs/ui/winmanifest"
|
|||
|
||||
func showSplashBox(box *gui.GuiBox) *gui.GuiBox {
|
||||
log.Println("ShowSplashBox() START")
|
||||
text := getNEWTEXT()
|
||||
|
||||
// hardXbox := gui.HardBox(box.Window, gui.Xaxis, "jcarr test")
|
||||
// TODO: turn 'Welcome' into a i18n for translations
|
||||
text := getNEWTEXT()
|
||||
gui.ShowTextBox(box, text, splashClick, "Welcome")
|
||||
// gui.ShowTextBox(hardXbox, text, splashClick, "Welcome")
|
||||
// box.Window.UiWindow.SetTitle("Splash")
|
||||
|
||||
gui.HorizontalBreak(box)
|
||||
gui.NewLabel(box, "jcarr test2")
|
||||
|
|
Loading…
Reference in New Issue