Ignore:
Timestamp:
08/31/11 11:18:43 (14 years ago)
Author:
mcichenski
Message:

layout fixes

Location:
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor
Files:
2 edited

Legend:

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

    r45 r50  
    423423                                                         
    424424                                                </s:Group> 
    425                                                 <s:HGroup width="100%" id="hZoomSliderGroup"> 
     425                                                <s:HGroup width="100%" id="hZoomSliderGroup" paddingTop="5"> 
     426                                                        <mx:Spacer width="50%" /> 
    426427                                                        <s:Label text="Zoom:" top="5"/> 
    427428                                                        <s:HSlider width="100%" id="zoomSlider" change="onZoom( zoomSlider.value );" 
    428429                                                                           maximum="1000" minimum="100" snapInterval="1" value="{ zoom }"/> 
     430                                                        <mx:Spacer width="50%" /> 
    429431                                                </s:HGroup> 
    430432                                        </s:HGroup> 
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/editors/archive/ExperimentStatisticsWindow.mxml

    r47 r50  
    125125                        </mx:VBox> 
    126126                        <mx:VBox width="100%" height="100%" id="ganntChart" label="{resourceManager.getString('ArchiveViewer', 'Task')}"> 
    127                                 <charts:GanntChart scheduleViewerHeight="{this.height - 250}" scheduleViewerWidth="{this.width - 250}" id="gannt" /> 
     127                                <charts:GanntChart scheduleViewerHeight="{this.height - 200}" scheduleViewerWidth="{this.width - 220}" id="gannt" /> 
    128128                        </mx:VBox> 
    129129                        <!-- 
Note: See TracChangeset for help on using the changeset viewer.