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:
parent
b01ea26719
commit
aa5001f661
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user