This commit is contained in:
John Smith
2023-03-14 17:44:32 -04:00
parent e91044e33d
commit ce1eca606c
4 changed files with 6 additions and 20 deletions

View File

@@ -753,7 +753,7 @@ impl UI {
.full_screen();
let peers_table_view = PeersTableView::new()
.column(PeerTableColumn::NodeId, "Node Id", |c| c.width(43))
.column(PeerTableColumn::NodeId, "Node Id", |c| c.width(48))
.column(PeerTableColumn::Address, "Address", |c| c)
.column(PeerTableColumn::LatencyAvg, "Ping", |c| c.width(8))
.column(PeerTableColumn::TransferDownAvg, "Down", |c| c.width(8))