1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00

for some reason the commit files view was on top

This commit is contained in:
Jesse Duffield 2020-10-08 10:41:52 +11:00
parent b01ea26719
commit aa5001f661

View File

@ -159,6 +159,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
commitFilesView.Title = gui.Tr.CommitFiles
commitFilesView.FgColor = textColor
commitFilesView.ContainsList = true
_, _ = gui.g.SetViewOnBottom("commitFiles")
}
commitsView, err := setViewFromDimensions("commits", "commits", true)