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 2015/07/28 20:40:59 UTC

[33/36] git commit: [flex-asjs] [refs/heads/develop] - don't force alignment on children

don't force alignment on children


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

Branch: refs/heads/develop
Commit: 0ae79f4e34af3e03befef58341838d950b2ac965
Parents: 0763bbb
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jul 28 06:55:53 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jul 28 06:55:53 2015 -0700

----------------------------------------------------------------------
 .../js/src/org/apache/flex/html/beads/layouts/HorizontalLayout.js   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ae79f4e/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/layouts/HorizontalLayout.js
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/layouts/HorizontalLayout.js b/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/layouts/HorizontalLayout.js
index 451d569..f6c447c 100644
--- a/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/layouts/HorizontalLayout.js
+++ b/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/layouts/HorizontalLayout.js
@@ -71,7 +71,6 @@ org.apache.flex.html.beads.layouts.HorizontalLayout.
       child.lastDisplay_ = 'inline-block';
     else
       child.style.display = 'inline-block';
-    child.style.verticalAlign = 'middle';
     child.flexjs_wrapper.dispatchEvent('sizeChanged');
   }
 };