mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-20 05:19:24 +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.Title = gui.Tr.CommitFiles
|
||||||
commitFilesView.FgColor = textColor
|
commitFilesView.FgColor = textColor
|
||||||
commitFilesView.ContainsList = true
|
commitFilesView.ContainsList = true
|
||||||
|
_, _ = gui.g.SetViewOnBottom("commitFiles")
|
||||||
}
|
}
|
||||||
|
|
||||||
commitsView, err := setViewFromDimensions("commits", "commits", true)
|
commitsView, err := setViewFromDimensions("commits", "commits", true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user