mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 23:55:35 -04:00
* 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:
parent
223528e03f
commit
df509a3683
11 changed files with 35 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue