* Set Size column item to 60

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@821 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-11-18 17:14:49 +00:00
parent 5ecf99e8aa
commit faad47a636

View file

@ -105,7 +105,7 @@ SharedFilesDialog::SharedFilesDialog(QWidget *parent)
l_header->setResizeMode (3, QHeaderView::Interactive);
l_header->resizeSection ( 0, 210 );
l_header->resizeSection ( 1, 100 );
l_header->resizeSection ( 1, 70 );
l_header->resizeSection ( 2, 100 );
l_header->resizeSection ( 3, 100 );
@ -120,7 +120,7 @@ SharedFilesDialog::SharedFilesDialog(QWidget *parent)
r_header->setResizeMode(0, QHeaderView::Stretch);
r_header->resizeSection ( 0, 210 );
r_header->resizeSection ( 1, 100 );
r_header->resizeSection ( 1, 70 );
r_header->resizeSection ( 2, 100 );
r_header->resizeSection ( 3, 100 );