Skip to content

Commit aa5001f

Browse files
committed
for some reason the commit files view was on top
1 parent b01ea26 commit aa5001f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/gui/layout.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
159159
commitFilesView.Title = gui.Tr.CommitFiles
160160
commitFilesView.FgColor = textColor
161161
commitFilesView.ContainsList = true
162+
_, _ = gui.g.SetViewOnBottom("commitFiles")
162163
}
163164

164165
commitsView, err := setViewFromDimensions("commits", "commits", true)

0 commit comments

Comments
 (0)