small fix for the dialog size
This commit is contained in:
parent
a49ef5c6bc
commit
2c6f4e9c4d
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ CConnectDlg::CConnectDlg ( QWidget* parent, Qt::WindowFlags f )
|
||||||
ListViewServers->setColumnWidth ( 1, 130 );
|
ListViewServers->setColumnWidth ( 1, 130 );
|
||||||
ListViewServers->setColumnWidth ( 2, 55 );
|
ListViewServers->setColumnWidth ( 2, 55 );
|
||||||
ListViewServers->setColumnWidth ( 3, 65 );
|
ListViewServers->setColumnWidth ( 3, 65 );
|
||||||
ListViewServers->setColumnWidth ( 4, 150 );
|
ListViewServers->setColumnWidth ( 4, 140 );
|
||||||
ListViewServers->clear();
|
ListViewServers->clear();
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>569</width>
|
<width>584</width>
|
||||||
<height>355</height>
|
<height>355</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in a new issue