* Added ApplicationWindow to traymenu for Development version to go faster to the Unfinished Apps.

* Lots of Layout fixes for ApplicationWindow Dialogs


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@693 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-08-16 22:24:53 +00:00
parent 45f2108fd0
commit 8a2e563c66
19 changed files with 153 additions and 23 deletions

View file

@ -77,6 +77,8 @@ ChannelFeed::ChannelFeed(QWidget *parent)
QVBoxLayout *layout2 = new QVBoxLayout;
layout2->addWidget(scrollArea);
layout2->setSpacing(0);
layout2->setMargin(0);
chanFrame->setLayout(layout2);
@ -96,6 +98,8 @@ ChannelFeed::ChannelFeed(QWidget *parent)
QVBoxLayout *layout3 = new QVBoxLayout;
layout3->addWidget(scrollArea2);
layout3->setSpacing(0);
layout3->setMargin(0);
msgFrame->setLayout(layout3);