Tim, Sure just find this block of code and make the changes indicated in red in the HeaderControllerWidget.mxml: <s:BorderContainer id="widgetList"
x="{xOver + 4 - widgetListDG.width/2}" y="{headerContent.height}" width="{widgetListDG.width + 29}" height="300"
backgroundColor="{getStyle('contentBackgroundColor')}"
borderColor="{getStyle('color')}"
borderVisible="true"
cornerRadius="3"
rollOut="widgetList_rollOutHandler(event)"
visible="false">
<s:Scroller width="100%" height="100%">
<HeaderController:WidgetListDataGroup id="widgetListDG"
width="150"
dataProvider="{groupWidgetAC}"
visible="{widgetList.visible}"
widgetListItemClick="widgetList_widgetItemClickHandler(event)">
<HeaderController:layout>
<s:VerticalLayout paddingTop="6"
useVirtualLayout="true"
verticalAlign="middle"/>
</HeaderController:layout>
</HeaderController:WidgetListDataGroup>
</s:Scroller>
</s:BorderContainer>