mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 10:54:22 -05:00
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:
parent
a79c5eca10
commit
bbf220dc41
@ -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)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user