Skip to content

Commit

Permalink
forge--topic-set-state-group: Add dummy row
Browse files Browse the repository at this point in the history
That way it has the same number of rows as
`forge--topic-set-slots-group', which prevents groups from moving
around when switching between menus.
  • Loading branch information
tarsius committed Feb 4, 2024
1 parent 06cadfa commit 1145c4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,8 @@ This mode itself is never used directly."
("s c" forge-issue-state-set-completed)
("s u" forge-issue-state-set-unplanned)
("s m" forge-pullreq-state-set-merged)
("s r" forge-pullreq-state-set-rejected)])
("s r" forge-pullreq-state-set-rejected)
""])

(defconst forge--topic-set-status-group
["Set status"
Expand Down

0 comments on commit 1145c4a

Please sign in to comment.