diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -196,7 +196,8 @@ func drawWindow(win *gadgets.BasicWindow) { doCheckDirtyAndConfigSave() found := findDirty() _, box := makeStandardReposWindow("dirty repos", found) - box.NewButton("commit all", func() { + hbox := box.Box().Horizontal() + hbox.NewButton("commit all", func() { all := found.SortByFullPath() for all.Scan() { repo := all.Next() |
