Skip to content

Commit

Permalink
no delete tab buttons by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Dec 22, 2023
1 parent a957130 commit d07bb70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func app() {
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

makeHome(ts)
makeText(ts)
Expand Down

0 comments on commit d07bb70

Please sign in to comment.