Add more icons.
Before Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 673 B |
BIN
wise-webapp/src/main/webapp/icons/hard_computer.png
Executable file
After Width: | Height: | Size: 667 B |
BIN
wise-webapp/src/main/webapp/icons/hard_controller.png
Executable file
After Width: | Height: | Size: 666 B |
BIN
wise-webapp/src/main/webapp/icons/hard_drive_cd.png
Executable file
After Width: | Height: | Size: 734 B |
BIN
wise-webapp/src/main/webapp/icons/hard_driver_disk.png
Executable file
After Width: | Height: | Size: 620 B |
BIN
wise-webapp/src/main/webapp/icons/hard_ipod.png
Executable file
After Width: | Height: | Size: 463 B |
BIN
wise-webapp/src/main/webapp/icons/hard_keyboard.png
Executable file
After Width: | Height: | Size: 570 B |
BIN
wise-webapp/src/main/webapp/icons/hard_mouse.png
Executable file
After Width: | Height: | Size: 634 B |
BIN
wise-webapp/src/main/webapp/icons/hard_printer.png
Executable file
After Width: | Height: | Size: 731 B |
BIN
wise-webapp/src/main/webapp/icons/mail_list.png
Executable file
After Width: | Height: | Size: 566 B |
BIN
wise-webapp/src/main/webapp/icons/onoff_status_offline.png
Executable file
After Width: | Height: | Size: 422 B |
BIN
wise-webapp/src/main/webapp/icons/onoff_status_online.png
Executable file
After Width: | Height: | Size: 722 B |
BIN
wise-webapp/src/main/webapp/icons/people_female1.png
Executable file
After Width: | Height: | Size: 663 B |
BIN
wise-webapp/src/main/webapp/icons/people_female2.png
Executable file
After Width: | Height: | Size: 722 B |
BIN
wise-webapp/src/main/webapp/icons/people_group.png
Executable file
After Width: | Height: | Size: 753 B |
BIN
wise-webapp/src/main/webapp/icons/people_male1.png
Executable file
After Width: | Height: | Size: 748 B |
BIN
wise-webapp/src/main/webapp/icons/people_male2.png
Executable file
After Width: | Height: | Size: 741 B |
BIN
wise-webapp/src/main/webapp/icons/sign_closed.png
Executable file
After Width: | Height: | Size: 715 B |
BIN
wise-webapp/src/main/webapp/icons/soft_bug.png
Executable file
After Width: | Height: | Size: 774 B |
BIN
wise-webapp/src/main/webapp/icons/soft_cursor.png
Executable file
After Width: | Height: | Size: 354 B |
BIN
wise-webapp/src/main/webapp/icons/soft_database.png
Executable file
After Width: | Height: | Size: 390 B |
BIN
wise-webapp/src/main/webapp/icons/soft_database_table.png
Executable file
After Width: | Height: | Size: 726 B |
BIN
wise-webapp/src/main/webapp/icons/soft_feed.png
Executable file
After Width: | Height: | Size: 691 B |
BIN
wise-webapp/src/main/webapp/icons/soft_folder_explore.png
Executable file
After Width: | Height: | Size: 679 B |
BIN
wise-webapp/src/main/webapp/icons/soft_rss.png
Executable file
After Width: | Height: | Size: 530 B |
BIN
wise-webapp/src/main/webapp/icons/soft_stuff_folder.png
Executable file
After Width: | Height: | Size: 537 B |
@@ -18,9 +18,9 @@
|
||||
|
||||
var IconPanel = new Class({
|
||||
options:{
|
||||
width:190,
|
||||
width:250,
|
||||
initialWidth:0,
|
||||
height:145,
|
||||
height:250,
|
||||
content:null,
|
||||
panel:null,
|
||||
button:null,
|
||||
|
@@ -457,7 +457,7 @@ function afterMindpotLibraryLoading()
|
||||
}
|
||||
|
||||
function buildIconChooser() {
|
||||
var content = new Element('div').setStyles({width:330,height:340,padding:5});
|
||||
var content = new Element('div').setStyles({width:250,height:250,padding:5});
|
||||
var count = 0;
|
||||
for (var i = 0; i < mindplot.ImageIcon.prototype.ICON_FAMILIES.length; i = i + 1)
|
||||
{
|
||||
|