removed border from tree control

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/489c7840
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/489c7840
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/489c7840

Branch: refs/heads/master
Commit: 489c78401160100d9dc87db96058492579fd8bc5
Parents: a8c01b3
Author: Justin Mclean <[email protected]>
Authored: Mon Aug 18 21:48:08 2014 +1000
Committer: Justin Mclean <[email protected]>
Committed: Mon Aug 18 21:48:08 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/489c7840/TourDeFlex/TourDeFlex3/src/explorer.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.mxml 
b/TourDeFlex/TourDeFlex3/src/explorer.mxml
index a27025a..1842002 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.mxml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.mxml
@@ -61,7 +61,7 @@
        </mx:HBox>
     <mx:HDividedBox width="100%" height="100%">
         <mx:Panel width="30%" height="100%" title="{TITLE}">
-            <mx:Tree id="compLibTree" width="100%" height="100%" 
showRoot="false" labelField="@label"
+            <mx:Tree id="compLibTree" width="100%" height="100%" 
showRoot="false" labelField="@label" borderStyle="none"
                      change="treeChanged(event)"/>
         </mx:Panel>
         <mx:VDividedBox width="100%" height="100%">

Reply via email to