summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 03:40:37 -0600
committerJeff Carr <[email protected]>2025-02-22 03:40:37 -0600
commit844bf0e294c104cca1faac22d6bf5cc79b1ec4c4 (patch)
treeb178f135922069ab83386ca6776322d1ccd69a29 /doGui.go
parentdf0f0a21c36f90442978fa12ebcefa3f15722c9e (diff)
good deal
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 26771e6..e1de155 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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()