fix skew between bmath and I

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-03 22:07:15 -07:00
parent 952457ad02
commit 3f852103db
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ func debugClick(b *gui.GuiButton) {
Xbox1 = gui.NewBox(Ybox1, gui.Xaxis, "subdomain Y1 test")
makeButton(Xbox1, nil, nil, "List all windows & tabs", "SUBDOMAIN", func (*gui.GuiButton) {
log.Println("gui.DumpBoxes()")
//gui.DumpBoxes()
gui.DumpBoxes()
})
makeButton(Xbox1, nil, nil, "Debug IPv6", "SUBDOMAIN", func (*gui.GuiButton) {
log.Println("Need to add IPv6 debugging here")

View File

@ -14,7 +14,7 @@ func showSplashBox(gw *gui.GuiWindow) *gui.GuiBox {
log.Println("ShowSplashBox() START")
text := getNEWTEXT()
// TODO: turn 'Welcome' into a i18n for translations
box := gui.ShowTextBox(gw, text, splashClick)
box := gui.ShowTextBox(gw, text, splashClick, "Welcome")
if runtime.GOOS == "linux" {
gui.NewLabel(box,"OS: Linux")