Repository: flex-asjs Updated Branches: refs/heads/develop efa544f09 -> c4d292fb6
remove padding from 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/3c2ddc54 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3c2ddc54 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3c2ddc54 Branch: refs/heads/develop Commit: 3c2ddc54e31ca98b3bad97f6520a1fe2dab65e5f Parents: d850c91 Author: Alex Harui <[email protected]> Authored: Mon Oct 13 12:39:51 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Oct 17 22:38:41 2014 -0700 ---------------------------------------------------------------------- examples/FlexJSTest_Panel/src/MyInitialView.mxml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3c2ddc54/examples/FlexJSTest_Panel/src/MyInitialView.mxml ---------------------------------------------------------------------- diff --git a/examples/FlexJSTest_Panel/src/MyInitialView.mxml b/examples/FlexJSTest_Panel/src/MyInitialView.mxml index 0ce674b..d3f3ea8 100644 --- a/examples/FlexJSTest_Panel/src/MyInitialView.mxml +++ b/examples/FlexJSTest_Panel/src/MyInitialView.mxml @@ -79,7 +79,6 @@ limitations under the License. } .TitleBar { - padding: 5px; color: #FFFFFF; font-weight: bold; text-align: center;
