mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 08:29:26 -05:00
Rolled back changes on splitter stretch factor in IdDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7824 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7cf4ef4f8b
commit
8f9e212e14
@ -176,10 +176,6 @@ IdDialog::IdDialog(QWidget *parent) :
|
||||
/* Setup tree */
|
||||
ui->treeWidget_IdList->sortByColumn(RSID_COL_NICKNAME, Qt::AscendingOrder);
|
||||
ui->treeWidget_IdList->setContextMenuPolicy(Qt::CustomContextMenu) ;
|
||||
|
||||
// Set initial size of the splitter
|
||||
ui->splitter->setStretchFactor(0, 0);
|
||||
ui->splitter->setStretchFactor(1, 1);
|
||||
|
||||
mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user