mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
fixing stretching
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7762 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
55be6675af
commit
419d63c730
1 changed files with 2 additions and 0 deletions
|
@ -233,6 +233,8 @@ MessagesDialog::MessagesDialog(QWidget *parent)
|
|||
|
||||
// Set initial size of the splitter
|
||||
ui.listSplitter->setStretchFactor(0, 0);
|
||||
ui.listSplitter->setStretchFactor(1, 1);
|
||||
|
||||
|
||||
/* add filter actions */
|
||||
ui.filterLineEdit->addFilter(QIcon(), tr("Subject"), COLUMN_SUBJECT, tr("Search Subject"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue