From 498d0d1994fc0d14244e6d4d95e7e33e18a7703a Mon Sep 17 00:00:00 2001 From: defnax <retroshare.project@gmail.com> Date: Mon, 29 Mar 2010 18:13:14 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/TransfersDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/TransfersDialog.cpp b/retroshare-gui/src/gui/TransfersDialog.cpp index 12dd4fe5e..fb0772317 100644 --- a/retroshare-gui/src/gui/TransfersDialog.cpp +++ b/retroshare-gui/src/gui/TransfersDialog.cpp @@ -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)));