Changeset 427 for gssim_ui/branches


Ignore:
Timestamp:
08/21/12 13:44:16 (13 years ago)
Author:
mcichenski
Message:
 
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  
    9090                                var img : Image = new Image(); 
    9191                                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 size 
    95                                 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; 
    9696                                mimg.addImageForce(img); 
    9797                        } 
Note: See TracChangeset for help on using the changeset viewer.