different column sizes since the label has changed
This commit is contained in:
parent
3a83c5cad0
commit
4dabebbd4f
1 changed files with 448 additions and 448 deletions
|
@ -77,9 +77,9 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList,
|
|||
|
||||
// set up list view for connected clients (note that the last column size
|
||||
// must not be specified since this column takes all the remaining space)
|
||||
lvwServers->setColumnWidth ( 0, 170 );
|
||||
lvwServers->setColumnWidth ( 0, 165 );
|
||||
lvwServers->setColumnWidth ( 1, 65 );
|
||||
lvwServers->setColumnWidth ( 2, 55 );
|
||||
lvwServers->setColumnWidth ( 2, 60 );
|
||||
lvwServers->clear();
|
||||
|
||||
// add invisible column which is used for sorting the list
|
||||
|
|
Loading…
Reference in a new issue