Skip to content

Commit b7d0b9d

Browse files
jonatackjarolrod
andcommitted
gui: center-align the entries in the peers tab "Peer" column
This aligns them under the column header. Co-authored-by: Jarol Rodriguez <[email protected]>
1 parent 2448457 commit b7d0b9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/peertablemodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ QVariant PeerTableModel::data(const QModelIndex &index, int role) const
132132
} else if (role == Qt::TextAlignmentRole) {
133133
switch (column) {
134134
case NetNodeId:
135+
return QVariant(Qt::AlignCenter);
135136
case Address:
136137
return {};
137138
case ConnectionType:

0 commit comments

Comments
 (0)