add seperate icons for adding by file, url and magnet
change the add/remove icons to simple plus/minus remove all 32x32 icons
|
@ -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
|
||||||
|
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 513 B |
After Width: | Height: | Size: 643 B |
After Width: | Height: | Size: 751 B |
After Width: | Height: | Size: 939 B |
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1006 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 960 B |
|
@ -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',
|
||||||
|
|