- Timestamp:
- 08/21/12 13:44:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/editors/archive/ExperimentStatisticsWindow.mxml
r426 r427 90 90 var img : Image = new Image(); 91 91 img.source = array[j].fileAccessUrl; 92 //img.width = width;93 //img.height = height;94 img.x = posX * 500; //todo - change this value to the splitting size95 img.y = posY * 500;92 img.width = width; 93 img.height = height; 94 img.x = posX * 1500; //todo - change this value to the splitting size 95 img.y = posY * 1500; 96 96 mimg.addImageForce(img); 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.