summaryrefslogtreecommitdiffstats
path: root/pkg/gui/arrangement.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-11 21:52:04 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-11 22:07:29 +1000
commit84b0c3df4fd8373dcc248a907ddb3c539a88f0c7 (patch)
tree180d6b62944697fa61336092fc586cab55e69dfa /pkg/gui/arrangement.go
parent764bd556f3500bf51556e8f475d5efdda7fd9c46 (diff)
ask question button
Diffstat (limited to 'pkg/gui/arrangement.go')
-rw-r--r--pkg/gui/arrangement.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/gui/arrangement.go b/pkg/gui/arrangement.go
index 93e49fe46..f5fd02d23 100644
--- a/pkg/gui/arrangement.go
+++ b/pkg/gui/arrangement.go
@@ -5,6 +5,8 @@ import (
"github.com/jesseduffield/lazygit/pkg/utils"
)
+const INFO_SECTION_PADDING = " "
+
func (gui *Gui) mainSectionChildren() []*boxlayout.Box {
currentWindow := gui.currentWindow()