File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 6
6
<rect >
7
7
<x >0</x >
8
8
<y >0</y >
9
- <width >740 </width >
9
+ <width >769 </width >
10
10
<height >485</height >
11
11
</rect >
12
12
</property >
717
717
<property name =" font" >
718
718
<font >
719
719
<pointsize >10</pointsize >
720
+ <weight >75</weight >
721
+ <bold >true</bold >
720
722
</font >
721
723
</property >
722
724
<property name =" cursor" >
726
728
<string >Select a peer to view detailed information.</string >
727
729
</property >
728
730
<property name =" alignment" >
729
- <set >Qt::AlignHCenter|Qt::AlignTop </set >
731
+ <set >Qt::AlignCenter </set >
730
732
</property >
731
733
<property name =" wordWrap" >
732
734
<bool >true</bool >
Original file line number Diff line number Diff line change @@ -651,6 +651,10 @@ min-height:25px;
651
651
min-width : 180px ;
652
652
}
653
653
654
+ QDialog # RPCConsole QWidget # tab_peers QLabel # peerHeading { /* Peers Info Header */
655
+ color : # 3398CC ;
656
+ }
657
+
654
658
QDialog # RPCConsole QPushButton # openDebugLogfileButton {
655
659
max-width : 60px ;
656
660
}
Original file line number Diff line number Diff line change @@ -233,7 +233,6 @@ RPCConsole::RPCConsole(QWidget *parent) :
233
233
startExecutor ();
234
234
setTrafficGraphRange (INITIAL_TRAFFIC_GRAPH_MINS);
235
235
236
- ui->detailWidget ->hide ();
237
236
ui->peerHeading ->setText (tr (" Select a peer to view detailed information." ));
238
237
239
238
clear ();
@@ -596,7 +595,6 @@ void RPCConsole::peerLayoutChanged()
596
595
// detail node dissapeared from table (node disconnected)
597
596
fUnselect = true ;
598
597
cachedNodeid = -1 ;
599
- ui->detailWidget ->hide ();
600
598
ui->peerHeading ->setText (tr (" Select a peer to view detailed information." ));
601
599
}
602
600
else
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ public slots:
102
102
103
103
enum ColumnWidths
104
104
{
105
- ADDRESS_COLUMN_WIDTH = 200 ,
106
- SUBVERSION_COLUMN_WIDTH = 100 ,
105
+ ADDRESS_COLUMN_WIDTH = 170 ,
106
+ SUBVERSION_COLUMN_WIDTH = 140 ,
107
107
PING_COLUMN_WIDTH = 80
108
108
};
109
109
You can’t perform that action at this time.
0 commit comments