* removed spaceritem to not stretch

* hide state by default

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7743 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-12-09 19:29:53 +00:00
parent a9b56819cd
commit f23bb941a0
2 changed files with 8 additions and 21 deletions

View File

@ -128,26 +128,6 @@
<property name="bottomMargin">
<number>6</number>
</property>
<item row="0" column="1" colspan="2">
<widget class="StyledLabel" name="nicknameLabel">
<property name="text">
<string notr="true">Nickname (Location)</string>
</property>
</widget>
</item>
<item row="0" column="3">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>221</width>
<height>76</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" rowspan="2">
<widget class="AvatarWidget" name="avatar">
<property name="minimumSize">
@ -193,6 +173,13 @@
</property>
</widget>
</item>
<item row="0" column="1" colspan="3">
<widget class="StyledLabel" name="nicknameLabel">
<property name="text">
<string notr="true">Nickname (Location)</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>

View File

@ -117,7 +117,7 @@ FriendList::FriendList(QWidget *parent) :
m_compareRole(new RSTreeWidgetItemCompareRole),
mBigName(false),
mShowGroups(true),
mHideState(false),
mHideState(true),
mHideUnconnected(false),
groupsHasChanged(false),
openGroups(NULL),