added tooltip for add file button

fixed icon size 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1224 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-05-12 22:12:57 +00:00
parent 02fc02d23c
commit b212f65f69

View File

@ -458,12 +458,21 @@ p, li { white-space: pre-wrap; }
</property>
<item>
<widget class="QPushButton" name="addFileButton" >
<property name="toolTip" >
<string>Add a File for your Friend</string>
</property>
<property name="text" >
<string/>
</property>
<property name="icon" >
<iconset resource="../images.qrc" >:/images/add-share24.png</iconset>
</property>
<property name="iconSize" >
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>