mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 12:24:22 -05:00
fixed wrong stretching layout, removed not needed frame and added VBoxLayout for adding ChannelMsgItem's
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1eb5b8fbfc
commit
af973cdf5b
@ -699,7 +699,7 @@ void ChannelFeed::updateChannelMsgs()
|
||||
ChanMsgItem *cmi = new ChanMsgItem(this, 0, mChannelId, it->msgId, true);
|
||||
|
||||
mChanMsgItems.push_back(cmi);
|
||||
verticalLayout->addWidget(cmi);
|
||||
verticalLayout_2->addWidget(cmi);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -573,14 +573,7 @@ border-bottom-right-radius: 1px;
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QFrame" name="frame_2">
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2"/>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer">
|
||||
|
Loading…
Reference in New Issue
Block a user