set correct Avatar size for the Label.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3426 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-09-01 21:57:05 +00:00
parent c8de865e1a
commit d5ea522eb0

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>710</width> <width>710</width>
<height>168</height> <height>174</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -45,14 +45,14 @@ border-radius: 10px}</string>
<widget class="QLabel" name="avatarlabel"> <widget class="QLabel" name="avatarlabel">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>64</width> <width>70</width>
<height>64</height> <height>70</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>64</width> <width>70</width>
<height>64</height> <height>70</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">