set username column by default little bit bigger

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2664 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-03-29 18:11:17 +00:00
parent a79c5eca10
commit bbf220dc41

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)));