Ignore:
Timestamp:
08/17/12 11:37:24 (12 years ago)
Author:
twagoo
Message:

Took component child elements and components out of the hideable area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/ComponentRegistry-1.12.0/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/editor/ComponentSummary.mxml

    r2110 r2112  
    3131                </mx:HBox>
    3232               
    33                 <mx:HBox minWidth="150">
     33                <mx:HBox minWidth="160">
    3434                        <mx:Label text="Cardinality: " fontWeight="bold"/>
    35                         <mx:Label text="{component.cardinalityMin+':'+component.cardinalityMax}" />
    36                 </mx:HBox>
    37                
    38                 <mx:HBox minWidth="120"
    39                                  visible="{component.cmdComponents.length > 0}"
    40                                  includeInLayout="{component.cmdComponents.length > 0}">
    41                         <mx:Label text="Child components: " fontWeight="bold"/>
    42                         <mx:Label text="{component.cmdComponents.length}" />
    43                 </mx:HBox>
    44 
    45                 <mx:HBox minWidth="120"
    46                                  visible="{component.cmdElements.length > 0}"
    47                                  includeInLayout="{component.cmdElements.length > 0}">
    48                         <mx:Label text="Child elements: " fontWeight="bold"/>
    49                         <mx:Label text="{component.cmdElements.length}" />
     35                        <mx:Label text="{component.cardinalityMin+' - '+component.cardinalityMax}" />
    5036                </mx:HBox>
    5137
Note: See TracChangeset for help on using the changeset viewer.