Fix position dialog.
This commit is contained in:
BIN
wise-webapp/src/main/webapp/icons/object_cake.png
Executable file
BIN
wise-webapp/src/main/webapp/icons/object_cake.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 676 B |
BIN
wise-webapp/src/main/webapp/icons/object_camera.png
Executable file
BIN
wise-webapp/src/main/webapp/icons/object_camera.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 665 B |
BIN
wise-webapp/src/main/webapp/icons/object_palette.png
Executable file
BIN
wise-webapp/src/main/webapp/icons/object_palette.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 856 B |
BIN
wise-webapp/src/main/webapp/icons/object_rainbow.png
Executable file
BIN
wise-webapp/src/main/webapp/icons/object_rainbow.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 696 B After Width: | Height: | Size: 696 B |
@@ -18,9 +18,9 @@
|
||||
|
||||
var IconPanel = new Class({
|
||||
options:{
|
||||
width:250,
|
||||
width:253,
|
||||
initialWidth:0,
|
||||
height:250,
|
||||
height:200,
|
||||
content:null,
|
||||
panel:null,
|
||||
button:null,
|
||||
|
@@ -457,7 +457,7 @@ function afterMindpotLibraryLoading()
|
||||
}
|
||||
|
||||
function buildIconChooser() {
|
||||
var content = new Element('div').setStyles({width:250,height:250,padding:5});
|
||||
var content = new Element('div').setStyles({width:253,height:200,padding:5});
|
||||
var count = 0;
|
||||
for (var i = 0; i < mindplot.ImageIcon.prototype.ICON_FAMILIES.length; i = i + 1)
|
||||
{
|
||||
@@ -466,7 +466,7 @@ function buildIconChooser() {
|
||||
{
|
||||
// Separate icons by line ...
|
||||
var familyContent;
|
||||
if ((count % 9) == 0)
|
||||
if ((count % 12) == 0)
|
||||
{
|
||||
familyContent = new Element('div').inject(content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user