File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 707
707
<property name =" tabKeyNavigation" >
708
708
<bool >false</bool >
709
709
</property >
710
+ <property name =" textElideMode" >
711
+ <enum >Qt::ElideMiddle</enum >
712
+ </property >
710
713
<property name =" alternatingRowColors" >
711
714
<bool >true</bool >
712
715
</property >
716
719
<property name =" sortingEnabled" >
717
720
<bool >true</bool >
718
721
</property >
722
+ <property name =" wordWrap" >
723
+ <bool >false</bool >
724
+ </property >
719
725
<attribute name =" horizontalHeaderHighlightSections" >
720
726
<bool >false</bool >
721
727
</attribute >
Original file line number Diff line number Diff line change @@ -120,14 +120,14 @@ public slots:
120
120
121
121
enum ColumnWidths
122
122
{
123
- NETNODEID_COLUMN_WIDTH = 50 ,
124
- ADDRESS_COLUMN_WIDTH = 130 ,
125
- PING_COLUMN_WIDTH = 50 ,
126
- SENT_COLUMN_WIDTH = 50 ,
127
- RECEIVED_COLUMN_WIDTH = 60 ,
123
+ NETNODEID_COLUMN_WIDTH = 60 ,
124
+ ADDRESS_COLUMN_WIDTH = 200 ,
125
+ PING_COLUMN_WIDTH = 80 ,
126
+ SENT_COLUMN_WIDTH = 80 ,
127
+ RECEIVED_COLUMN_WIDTH = 80 ,
128
128
SUBVERSION_COLUMN_WIDTH = 130 ,
129
- BANSUBNET_COLUMN_WIDTH = 130 ,
130
- BANTIME_COLUMN_WIDTH = 130
129
+ BANSUBNET_COLUMN_WIDTH = 150 ,
130
+ BANTIME_COLUMN_WIDTH = 150
131
131
};
132
132
133
133
};
You can’t perform that action at this time.
0 commit comments