mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
02fc02d23c
commit
b212f65f69
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user