removed the minimum size for the Status Button in MessengerWindow

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3588 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-02 18:17:05 +00:00
parent 17f48ccd61
commit 2a3fecc27b

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>236</width> <width>221</width>
<height>482</height> <height>482</height>
</rect> </rect>
</property> </property>
@ -96,7 +96,7 @@ stop:0 #05538B, stop:1 #E4F1E5);
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>100</width> <width>0</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -444,7 +444,7 @@ border: 1px solid #CCCCCC;
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>236</width> <width>221</width>
<height>20</height> <height>20</height>
</rect> </rect>
</property> </property>