Skip to content

Commit

Permalink
updated demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Dec 9, 2023
1 parent 987712d commit 0d4ad1f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions demo/demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ import (
func main() { gimain.Run(app) }

func app() {
gi.SetAppName("gogi-demo")
gi.SetAppAbout("The GoGi Demo demonstrates the various features of the GoGi 2D and 3D Go GUI framework.")

b := gi.NewBody().SetTitle("GoGi Demo")

b.AddDefaultTopAppBar()
b := gi.NewAppBody("gogi-demo").SetTitle("GoGi Demo")
b.App().About = "The GoGi Demo demonstrates the various features of the GoGi 2D and 3D Go GUI framework."

ts := gi.NewTabs(b)
ts.DeleteTabButtons = false
Expand Down

0 comments on commit 0d4ad1f

Please sign in to comment.