mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed myavatar label to not go to top
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@438 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6c3e943401
commit
c633819aab
@ -5,7 +5,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>560</width>
|
||||
<width>573</width>
|
||||
<height>410</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -305,7 +305,7 @@
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>9</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>9</number>
|
||||
@ -384,6 +384,9 @@ border-image: url(:/images/mystatus_bg.png);
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeType" >
|
||||
<enum>QSizePolicy::Fixed</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<size>
|
||||
<width>61</width>
|
||||
@ -397,9 +400,6 @@ border-image: url(:/images/mystatus_bg.png);
|
||||
</item>
|
||||
<item row="0" column="2" >
|
||||
<layout class="QGridLayout" >
|
||||
<property name="topMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<item row="0" column="0" >
|
||||
<widget class="QPushButton" name="avatarFrameButton" >
|
||||
<property name="minimumSize" >
|
||||
@ -435,8 +435,8 @@ border-image: url(:/images/mystatus_bg.png);
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<size>
|
||||
<width>12</width>
|
||||
<height>509</height>
|
||||
<width>14</width>
|
||||
<height>321</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
|
Loading…
Reference in New Issue
Block a user