remove drop shadows - flat is now king
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/4a999b0a Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/4a999b0a Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/4a999b0a Branch: refs/heads/master Commit: 4a999b0abdc25af93fa1a50d57e31219608f7479 Parents: 489c784 Author: Justin Mclean <[email protected]> Authored: Mon Aug 18 22:07:35 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Aug 18 22:07:35 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/src/explorer.mxml | 2 +- TourDeFlex/TourDeFlex3/src/loaderPanel.mxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/4a999b0a/TourDeFlex/TourDeFlex3/src/explorer.mxml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/explorer.mxml b/TourDeFlex/TourDeFlex3/src/explorer.mxml index 1842002..f000e07 100755 --- a/TourDeFlex/TourDeFlex3/src/explorer.mxml +++ b/TourDeFlex/TourDeFlex3/src/explorer.mxml @@ -60,7 +60,7 @@ <mx:Label text="{FULL_TITLE}" fontSize="20" fontWeight="bold" /> </mx:HBox> <mx:HDividedBox width="100%" height="100%"> - <mx:Panel width="30%" height="100%" title="{TITLE}"> + <mx:Panel width="30%" height="100%" title="{TITLE}" dropShadowVisible="false"> <mx:Tree id="compLibTree" width="100%" height="100%" showRoot="false" labelField="@label" borderStyle="none" change="treeChanged(event)"/> </mx:Panel> http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/4a999b0a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml b/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml index bf7764d..d94bfed 100755 --- a/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml +++ b/TourDeFlex/TourDeFlex3/src/loaderPanel.mxml @@ -18,7 +18,7 @@ --> <mx:Panel xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" - horizontalAlign="center" headerHeight="10"> + horizontalAlign="center" headerHeight="10" dropShadowVisible="false"> <fx:Script> <