diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 12:29:08 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 12:29:08 -0700 |
| commit | fdc8f820770ba8b8b7d5e281d24a076dc7065e73 (patch) | |
| tree | c0778735b9aa975b2b6a1517d28e4ac074211122 /mainCloudBox.go | |
| parent | 2dabe5eb9f5722b3d498af03fed274e2d248a6c8 (diff) | |
more fixes on ui.Area
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainCloudBox.go')
| -rw-r--r-- | mainCloudBox.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go index 7a3c52f..e4ccb6f 100644 --- a/mainCloudBox.go +++ b/mainCloudBox.go @@ -235,9 +235,9 @@ func makeCloudWindow() { Data.Window1.W.SetMargined(true) text := makeAttributedString() - Data.cloudBox = ShowSplashBox(text) + Data.Window1.B1 = ShowSplashBox(text) - Data.Window1.T.Append("WIT Splash", Data.cloudBox) + Data.Window1.T.Append("WIT Splash", Data.Window1.B1) Data.Window1.T.SetMargined(0, true) Data.Window1.W.Show() |
