Skip to content

Commit

Permalink
feat: set fixed validator info on AllRoundsTable (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno authored Apr 19, 2024
1 parent a9104b6 commit 1351a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/display/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ func NewWrapper(
allRoundsTable := tview.NewTable().
SetBorders(false).
SetSelectable(false, false).
SetContent(allRoundsTableData)
SetContent(allRoundsTableData).
SetFixed(0, 1)

consensusInfoTextView := tview.NewTextView().
SetDynamicColors(true).
Expand Down

0 comments on commit 1351a2f

Please sign in to comment.