Changeset 2119


Ignore:
Timestamp:
08/20/12 13:54:43 (12 years ago)
Author:
twagoo
Message:

Moved public/workspace button in flex ui

File:
1 edited

Legend:

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

    r2095 r2119  
    181181                          borderThicknessBottom="0"
    182182                          borderThicknessLeft="0"
     183                          layout="absolute"
     184                          horizontalAlign="center"
    183185                          >
     186               
     187               
     188                <mx:Box paddingTop="5" paddingLeft="5"
     189                                top="-5"
     190                                horizontalCenter="-110"
     191                                >
     192                        <components:SpaceSwitch id="userSpaceCB" width="110" />
     193                </mx:Box>
    184194               
    185195                <mx:VBox left="0"
     
    188198                                 height="100%"
    189199                                 width="100%">
    190                        
    191                         <mx:Box paddingTop="5" paddingLeft="5">
    192                                 <components:SpaceSwitch id="userSpaceCB"  />
    193                         </mx:Box>
    194200                       
    195201                        <mx:TabNavigator id="tabnav"
Note: See TracChangeset for help on using the changeset viewer.