mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Merge #7384: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH
faa9011
[qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (MarcoFalke)
This commit is contained in:
commit
f281caac48
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ private:
|
||||||
enum ColumnWidths
|
enum ColumnWidths
|
||||||
{
|
{
|
||||||
ADDRESS_COLUMN_WIDTH = 200,
|
ADDRESS_COLUMN_WIDTH = 200,
|
||||||
SUBVERSION_COLUMN_WIDTH = 100,
|
SUBVERSION_COLUMN_WIDTH = 150,
|
||||||
PING_COLUMN_WIDTH = 80,
|
PING_COLUMN_WIDTH = 80,
|
||||||
BANSUBNET_COLUMN_WIDTH = 200,
|
BANSUBNET_COLUMN_WIDTH = 200,
|
||||||
BANTIME_COLUMN_WIDTH = 250
|
BANTIME_COLUMN_WIDTH = 250
|
||||||
|
|
Loading…
Add table
Reference in a new issue