set username column by default little bit bigger

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2665 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-03-29 18:13:14 +00:00
parent 748204f94f
commit 498d0d1994

View File

@ -172,7 +172,7 @@ TransfersDialog::TransfersDialog(QWidget *parent)
upheader->resizeSection ( ULSPEED, 75 );
upheader->resizeSection ( UPROGRESS, 170 );
upheader->resizeSection ( USTATUS, 100 );
upheader->resizeSection ( USERNAME, 75 );
upheader->resizeSection ( USERNAME, 120 );
connect(upheader, SIGNAL(sortIndicatorChanged(int, Qt::SortOrder)), this, SLOT(saveSortIndicatorUpl(int, Qt::SortOrder)));