Skip to content

Commit

Permalink
Fixed Status view offset
Browse files Browse the repository at this point in the history
  • Loading branch information
anvial committed Aug 29, 2022
1 parent 27de025 commit 11f0b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viddy.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func (v *Viddy) arrange() {
bottom.AddItem(tview.NewBox(), 0, 1, false)
}

bottom.AddItem(v.statusView, 25, 1, false)
bottom.AddItem(v.statusView, 40, 1, false)

flex.AddItem(bottom, 1, 1, false)

Expand Down

0 comments on commit 11f0b70

Please sign in to comment.