Skip to content

Commit

Permalink
Merge #7384: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH
Browse files Browse the repository at this point in the history
faa9011 [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (MarcoFalke)
  • Loading branch information
jonasschnelli committed Jan 23, 2016
2 parents 02676c5 + faa9011 commit f281caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/rpcconsole.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public Q_SLOTS:
enum ColumnWidths
{
ADDRESS_COLUMN_WIDTH = 200,
SUBVERSION_COLUMN_WIDTH = 100,
SUBVERSION_COLUMN_WIDTH = 150,
PING_COLUMN_WIDTH = 80,
BANSUBNET_COLUMN_WIDTH = 200,
BANTIME_COLUMN_WIDTH = 250
Expand Down

0 comments on commit f281caa

Please sign in to comment.