You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/18 13:57:15 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - add missing assets

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 08b9c2d20 -> 489c78401


add missing assets


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

Branch: refs/heads/develop
Commit: a8c01b398c6614f526f5940f1447e2344c899efc
Parents: 08b9c2d
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Aug 18 21:46:45 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Aug 18 21:46:45 2014 +1000

----------------------------------------------------------------------
 .../src/spark/itemRenderers/assets/1.jpg            | Bin 0 -> 549 bytes
 .../src/spark/layouts/assets/ApacheFlexIcon.png     | Bin 0 -> 7983 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/a8c01b39/TourDeFlex/TourDeFlex3/src/spark/itemRenderers/assets/1.jpg
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/spark/itemRenderers/assets/1.jpg b/TourDeFlex/TourDeFlex3/src/spark/itemRenderers/assets/1.jpg
new file mode 100644
index 0000000..2533129
Binary files /dev/null and b/TourDeFlex/TourDeFlex3/src/spark/itemRenderers/assets/1.jpg differ

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/a8c01b39/TourDeFlex/TourDeFlex3/src/spark/layouts/assets/ApacheFlexIcon.png
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/spark/layouts/assets/ApacheFlexIcon.png b/TourDeFlex/TourDeFlex3/src/spark/layouts/assets/ApacheFlexIcon.png
new file mode 100644
index 0000000..e68d831
Binary files /dev/null and b/TourDeFlex/TourDeFlex3/src/spark/layouts/assets/ApacheFlexIcon.png differ


[2/2] git commit: [flex-utilities] [refs/heads/develop] - removed border from tree control

Posted by jm...@apache.org.
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/develop
Commit: 489c78401160100d9dc87db96058492579fd8bc5
Parents: a8c01b3
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Aug 18 21:48:08 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
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%">