Skip to content

Commit

Permalink
updated to new app structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 26, 2024
1 parent 9073f1f commit beb9c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package main
import "cogentcore.org/core/gi"

func main() {
b := gi.NewAppBody("Cogent Core")
b := gi.NewBody("Cogent Core")
gi.NewLabel(b).SetType(gi.LabelHeadlineLarge).SetText("Cogent Core")
gi.NewLabel(b).SetText("A free and open source software ecosystem for all platforms, built around a powerful, fast, and cogent core framework allowing you to Code Once, Run Everywhere.")
b.RunMainWindow()
Expand Down

0 comments on commit beb9c2d

Please sign in to comment.