* fixed layout of News Feed

* changend some icons
* fixed config.html

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@695 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-08-17 01:09:32 +00:00
parent 223528e03f
commit df509a3683
11 changed files with 35 additions and 14 deletions

View file

@ -59,6 +59,8 @@ NewsFeed::NewsFeed(QWidget *parent)
/* mLayout -> to add widgets to */
mLayout = new QVBoxLayout;
mLayout->setSpacing(0);
mLayout->setMargin(0);
QWidget *middleWidget = new QWidget();
//middleWidget->setSizePolicy( QSizePolicy::Policy::Maximum, QSizePolicy::Policy::Minimum);