different column sizes since the label has changed

This commit is contained in:
Volker Fischer 2012-01-27 16:14:29 +00:00
parent 3a83c5cad0
commit 4dabebbd4f

View File

@ -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