Skip to content

Commit 1af14ab

Browse files
committed
Fixed Status view offset
1 parent 4cd5f80 commit 1af14ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viddy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ func (v *Viddy) arrange() {
421421
bottom.AddItem(tview.NewBox(), 0, 1, false)
422422
}
423423

424-
bottom.AddItem(v.statusView, 28, 1, false)
424+
bottom.AddItem(v.statusView, 30, 1, false)
425425

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

0 commit comments

Comments
 (0)