Created
November 10, 2017 23:15
-
-
Save rawsh/d55b83a1f48c69f27777d489f27ef2b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bottombox.Append(ui.NewHorizontalBox(), false) | |
| bottombox.Append(notificationbox, true) | |
| bottombox.Append(ui.NewHorizontalBox(), false) | |
| notificationbox.Append(ui.NewHorizontalBox(), false) | |
| notificationbox.Append(message, false) | |
| notificationbox.Append(ui.NewHorizontalBox(), false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment