mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 17:28:41 -04:00
Fixing layouts
This commit is contained in:
parent
6bae643b8e
commit
5a8d25eb76
3 changed files with 18 additions and 14 deletions
|
@ -57,6 +57,8 @@ void PulseReply::setup()
|
||||||
connect(toolButton_republish, SIGNAL(clicked()), this, SLOT(actionRepublish()));
|
connect(toolButton_republish, SIGNAL(clicked()), this, SLOT(actionRepublish()));
|
||||||
connect(toolButton_like, SIGNAL(clicked()), this, SLOT(actionLike()));
|
connect(toolButton_like, SIGNAL(clicked()), this, SLOT(actionLike()));
|
||||||
connect(toolButton_view, SIGNAL(clicked()), this, SLOT(actionViewPulse()));
|
connect(toolButton_view, SIGNAL(clicked()), this, SLOT(actionViewPulse()));
|
||||||
|
// hided it takes to much space
|
||||||
|
label_authorName->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PulseReply::showReplyLine(bool enable)
|
void PulseReply::showReplyLine(bool enable)
|
||||||
|
|
|
@ -511,7 +511,7 @@
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeType">
|
<property name="sizeType">
|
||||||
<enum>QSizePolicy::Fixed</enum>
|
<enum>QSizePolicy::Expanding</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
|
@ -532,21 +532,11 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><p><span style=" color:#2e3436;">· Apr 13 ·</span></p></body></html></string>
|
<string><html><head/><body><p><span style=" color:#2e3436;">· Apr 13 ·</span></p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<spacer name="horizontalSpacer_13">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>64</width>
|
|
||||||
<height>18</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -25,6 +25,18 @@
|
||||||
<string notr="true"/>
|
<string notr="true"/>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="PulseViewGroup_VL">
|
<layout class="QVBoxLayout" name="PulseViewGroup_VL">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QFrame" name="plainFrame">
|
<widget class="QFrame" name="plainFrame">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue