changed set a new minimum size for settings listwidget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2143 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-28 11:41:35 +00:00
parent c866df1015
commit 522240961b

View File

@ -22,7 +22,7 @@
<widget class="QListWidget" name="listWidget">
<property name="minimumSize">
<size>
<width>110</width>
<width>130</width>
<height>0</height>
</size>
</property>