small fix for the dialog size

This commit is contained in:
Volker Fischer 2011-04-18 20:52:50 +00:00
parent a49ef5c6bc
commit 2c6f4e9c4d
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ CConnectDlg::CConnectDlg ( QWidget* parent, Qt::WindowFlags f )
ListViewServers->setColumnWidth ( 1, 130 );
ListViewServers->setColumnWidth ( 2, 55 );
ListViewServers->setColumnWidth ( 3, 65 );
ListViewServers->setColumnWidth ( 4, 150 );
ListViewServers->setColumnWidth ( 4, 140 );
ListViewServers->clear();

View file

@ -5,7 +5,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>569</width>
<width>584</width>
<height>355</height>
</rect>
</property>