add seperate icons for adding by file, url and magnet

change the add/remove icons to simple plus/minus
remove all 32x32 icons
This commit is contained in:
Damien Churchill 2009-02-25 16:51:38 +00:00
parent 7459210753
commit 3de1da44a0
17 changed files with 7 additions and 4 deletions

View File

@ -12,6 +12,9 @@ http://www.pinvoke.com
Licensed under the Creative Common Attribution-ShareAlike 3.0 License. Licensed under the Creative Common Attribution-ShareAlike 3.0 License.
- add.png - add.png
- add_file.png
- add_magnet.png
- add_url.png
- connection_manager.png - connection_manager.png
- create.png - create.png
- down.png - down.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1006 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 B

View File

@ -56,17 +56,17 @@ Deluge.Add.Grid = new Ext.grid.GridPanel({
id: 'file', id: 'file',
cls: 'x-btn-text-icon', cls: 'x-btn-text-icon',
text: _('File'), text: _('File'),
icon: '/icons/16/add.png' icon: '/icons/16/add_file.png'
}, { }, {
id: 'url', id: 'url',
cls: 'x-btn-text-icon', cls: 'x-btn-text-icon',
text: _('Url'), text: _('Url'),
icon: '/icons/16/remove.png' icon: '/icons/16/add_url.png'
}, { }, {
id: 'infohash', id: 'infohash',
cls: 'x-btn-text-icon', cls: 'x-btn-text-icon',
text: _('Info Hash'), text: _('Infohash'),
icon: '/icons/16/error.png' icon: '/icons/16/add_magnet.png'
}, '->', { }, '->', {
id: 'remove', id: 'remove',
cls: 'x-btn-text-icon', cls: 'x-btn-text-icon',