You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/10/06 23:29:27 UTC

[08/17] git commit: [flex-asjs] [refs/heads/develop] - Container should have default border bead

Container should have default border bead


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

Branch: refs/heads/develop
Commit: f2725834989b8cb048b566c1fb41a21fc9597eb4
Parents: f1fd2fc
Author: Alex Harui <ah...@apache.org>
Authored: Mon Oct 6 13:10:37 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Oct 6 13:10:37 2014 -0700

----------------------------------------------------------------------
 frameworks/as/projects/FlexJSUI/defaults.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2725834/frameworks/as/projects/FlexJSUI/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/defaults.css b/frameworks/as/projects/FlexJSUI/defaults.css
index e6fe059..092f95b 100644
--- a/frameworks/as/projects/FlexJSUI/defaults.css
+++ b/frameworks/as/projects/FlexJSUI/defaults.css
@@ -211,6 +211,7 @@ Container
 {
     IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
     iBackgroundBead: ClassReference("org.apache.flex.html.beads.SolidBackgroundBead");
+    iBorderBead: ClassReference("org.apache.flex.html.beads.SingleLineBorderBead");
 }
 
 HContainer