mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
corrected uploads name column item size
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6995 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
03c27dcdc3
commit
3cc8c144a8
@ -310,7 +310,7 @@ TransfersDialog::TransfersDialog(QWidget *parent)
|
|||||||
QHeaderView_setSectionResizeMode(upheader, COLUMN_USTATUS, QHeaderView::Interactive);
|
QHeaderView_setSectionResizeMode(upheader, COLUMN_USTATUS, QHeaderView::Interactive);
|
||||||
QHeaderView_setSectionResizeMode(upheader, COLUMN_USERNAME, QHeaderView::Interactive);
|
QHeaderView_setSectionResizeMode(upheader, COLUMN_USERNAME, QHeaderView::Interactive);
|
||||||
|
|
||||||
upheader->resizeSection ( COLUMN_UNAME, 190 );
|
upheader->resizeSection ( COLUMN_UNAME, 260 );
|
||||||
upheader->resizeSection ( COLUMN_USIZE, 70 );
|
upheader->resizeSection ( COLUMN_USIZE, 70 );
|
||||||
upheader->resizeSection ( COLUMN_UTRANSFERRED, 75 );
|
upheader->resizeSection ( COLUMN_UTRANSFERRED, 75 );
|
||||||
upheader->resizeSection ( COLUMN_ULSPEED, 75 );
|
upheader->resizeSection ( COLUMN_ULSPEED, 75 );
|
||||||
|
Loading…
Reference in New Issue
Block a user