add NextRow()

This commit is contained in:
Jeff Carr 2024-03-02 07:44:18 -06:00
parent 0c7846d76a
commit d2c25c754e
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ func globalBuildOptions(vbox *gui.Node) {
grid.NextRow() grid.NextRow()
grid.NewGroup("update from upstream") grid.NewGroup("update from upstream")
grid.NextRow()
grid.NewButton("git fetch master & devel branches", func() { grid.NewButton("git fetch master & devel branches", func() {
me.Disable() me.Disable()
defer me.Enable() defer me.Enable()