Skip to content

Commit

Permalink
fix: increase the vertical size of the progress modal
Browse files Browse the repository at this point in the history
fixes #172
  • Loading branch information
dundee committed Sep 12, 2022
1 parent 3d52efe commit f93d7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (ui *UI) AnalyzePath(path string, parentDir fs.Item) error {
AddItem(nil, 0, 1, false).
AddItem(tview.NewFlex().SetDirection(tview.FlexRow).
AddItem(nil, 10, 1, false).
AddItem(ui.progress, 8, 1, false).
AddItem(ui.progress, 10, 1, false).
AddItem(nil, 10, 1, false), 0, 50, false).
AddItem(nil, 0, 1, false)

Expand Down

0 comments on commit f93d7c6

Please sign in to comment.