Changeset 426 for gssim_ui/branches


Ignore:
Timestamp:
08/21/12 13:37:43 (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

    r425 r426  
    9090                                var img : Image = new Image(); 
    9191                                img.source = array[j].fileAccessUrl; 
    92                                 img.width = width; 
    93                                 img.height = height; 
     92                                //img.width = width; 
     93                                //img.height = height; 
    9494                                img.x = posX * 500; //todo - change this value to the splitting size 
    9595                                img.y = posY * 500; 
Note: See TracChangeset for help on using the changeset viewer.