Well I think thats all of the examples
There are too many examples.
This commit is contained in:
@@ -11,7 +11,7 @@ func main () {
|
||||
}
|
||||
|
||||
func run () {
|
||||
window, _ := tomo.NewWindow(360, 2)
|
||||
window, _ := tomo.NewWindow(tomo.Bounds(0, 0, 360, 0))
|
||||
window.SetTitle("Icons")
|
||||
|
||||
container := containers.NewContainer(layouts.Vertical { true, true })
|
||||
|
||||
Reference in New Issue
Block a user