mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 03:48:16 -04:00
* Set Size column item to 60
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@821 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5ecf99e8aa
commit
faad47a636
1 changed files with 76 additions and 76 deletions
|
@ -105,7 +105,7 @@ SharedFilesDialog::SharedFilesDialog(QWidget *parent)
|
|||
l_header->setResizeMode (3, QHeaderView::Interactive);
|
||||
|
||||
l_header->resizeSection ( 0, 210 );
|
||||
l_header->resizeSection ( 1, 100 );
|
||||
l_header->resizeSection ( 1, 70 );
|
||||
l_header->resizeSection ( 2, 100 );
|
||||
l_header->resizeSection ( 3, 100 );
|
||||
|
||||
|
@ -120,7 +120,7 @@ SharedFilesDialog::SharedFilesDialog(QWidget *parent)
|
|||
r_header->setResizeMode(0, QHeaderView::Stretch);
|
||||
|
||||
r_header->resizeSection ( 0, 210 );
|
||||
r_header->resizeSection ( 1, 100 );
|
||||
r_header->resizeSection ( 1, 70 );
|
||||
r_header->resizeSection ( 2, 100 );
|
||||
r_header->resizeSection ( 3, 100 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue