mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
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:
parent
17f48ccd61
commit
2a3fecc27b
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>236</width>
|
||||
<width>221</width>
|
||||
<height>482</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -96,7 +96,7 @@ stop:0 #05538B, stop:1 #E4F1E5);
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>100</width>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -444,7 +444,7 @@ border: 1px solid #CCCCCC;
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>236</width>
|
||||
<width>221</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user