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 4cd5f80 commit 1af14ab
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 @@ -421,7 +421,7 @@ func (v *Viddy) arrange() {
bottom.AddItem(tview.NewBox(), 0, 1, false)
}

bottom.AddItem(v.statusView, 28, 1, false)
bottom.AddItem(v.statusView, 30, 1, false)

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

Expand Down

0 comments on commit 1af14ab

Please sign in to comment.