Use better icon for adding friend

This commit is contained in:
QwertyChouskie 2020-04-08 18:17:07 -07:00
parent 694d169ef4
commit c840b2b2c9

View File

@ -21,7 +21,7 @@
<buttonbar id="options" width="90%" height="20%" align="center">
<icon-button id="remove" width="64" height="64" icon="gui/icons/package-uninstall.png"
I18N="User info dialog" text="Remove" label_location="bottom"/>
<icon-button id="friend" width="64" height="64" icon="gui/icons/main_help.png"
<icon-button id="friend" width="64" height="64" icon="gui/icons/blue_plus.png"
I18N="User info dialog" text="Add Friend" label_location="bottom"/>
<icon-button id="accept" width="64" height="64" icon="gui/icons/green_check.png"
I18N="User info dialog" text="Accept" label_location="bottom"/>