new layout for titlebar
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f55e862c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f55e862c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f55e862c Branch: refs/heads/develop Commit: f55e862c3cdefa542806398b75e66800bf79909f Parents: b24d574 Author: Alex Harui <aha...@apache.org> Authored: Mon Sep 15 13:38:50 2014 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Tue Sep 23 14:49:41 2014 -0700 ---------------------------------------------------------------------- frameworks/as/projects/FlexJSUI/defaults.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f55e862c/frameworks/as/projects/FlexJSUI/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/as/projects/FlexJSUI/defaults.css b/frameworks/as/projects/FlexJSUI/defaults.css index 28410c4..886f1c0 100644 --- a/frameworks/as/projects/FlexJSUI/defaults.css +++ b/frameworks/as/projects/FlexJSUI/defaults.css @@ -374,8 +374,9 @@ TitleBar { IBeadModel: ClassReference("org.apache.flex.html.beads.models.TitleBarModel"); IBeadView: ClassReference("org.apache.flex.html.beads.TitleBarView"); - IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.NonVirtualHorizontalLayout"); + IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.FlexibleFirstChildHorizontalLayout"); iMeasurementBead: ClassReference("org.apache.flex.html.beads.TitleBarMeasurementBead"); + background-color: #FFFFFF; } ToggleTextButton