Changeset 52


Ignore:
Timestamp:
08/31/11 14:51:47 (14 years ago)
Author:
mcichenski
Message:

layout changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/views/ExperimentEditor.mxml

    r46 r52  
    249249                                        <experiment:FileManager paddingLeft="5"/> 
    250250                                </mx:TabNavigator> 
    251                                 <mx:TabNavigator height="335" width="510"> 
     251                                <mx:TabNavigator height="335" width="500"> 
    252252                                        <mx:HBox label="{resourceManager.getString('ExperimentEditor', 'Workspace')}" paddingLeft="5"> 
    253253                                                <mx:VBox> 
     
    329329                         
    330330                        <mx:VBox width="100%"> 
    331                                 <mx:DataGrid dataProvider="{experiments}" rowHeight="35" id="experimentsDG" width="1168" > 
     331                                <mx:DataGrid dataProvider="{experiments}" rowHeight="35" rowCount="5" id="experimentsDG" width="1158" > 
    332332                                        <mx:columns> 
    333333                                                <mx:DataGridColumn dataField="name" headerText="{resourceManager.getString('ExperimentEditor', 'Name')}"/> 
     
    352352                                        </mx:columns> 
    353353                                </mx:DataGrid> 
    354                                 <mx:HBox width="1168"> 
     354                                <mx:HBox width="1158"> 
    355355                                        <mx:Spacer width="100%"/> 
    356356                                        <mx:HBox> 
Note: See TracChangeset for help on using the changeset viewer.