diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 03:40:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 03:40:37 -0600 |
| commit | 844bf0e294c104cca1faac22d6bf5cc79b1ec4c4 (patch) | |
| tree | b178f135922069ab83386ca6776322d1ccd69a29 /doGui.go | |
| parent | df0f0a21c36f90442978fa12ebcefa3f15722c9e (diff) | |
good deal
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() |
