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 2013/04/16 06:49:21 UTC

[47/50] [abbrv] git commit: [flex-sdk] - Fixed the DateChooser test header issue, unfortunately, -createImages refused to do its job, that's mean only one image has been regenerated instead of 2.

Fixed the DateChooser test header issue, unfortunately, -createImages refused to do its job, that's mean only one image has been regenerated instead of 2.

git-svn-id: https://svn.apache.org/repos/asf/flex/sdk/branches/release4.9@1448531 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/develop
Commit: a5f24c178b5222c7c931a8bd2d9f3f48bb185c48
Parents: a690cfc
Author: Frédéric Thomas <ft...@apache.org>
Authored: Thu Feb 21 07:48:09 2013 +0000
Committer: Frédéric Thomas <ft...@apache.org>
Committed: Thu Feb 21 07:48:09 2013 +0000

----------------------------------------------------------------------
 .../tests/LangPacks/Japanese/SWFs/LangPackApp.mxml |    8 +++++++-
 .../baselines/JA_DateChooser_Japanese_Layout.png   |  Bin 4787 -> 4136 bytes
 2 files changed, 7 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a5f24c17/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml b/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml
index cb87113..168f931 100644
--- a/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml
+++ b/mustella/tests/LangPacks/Japanese/SWFs/LangPackApp.mxml
@@ -51,14 +51,20 @@
 	    }
 
         mx|DateChooser
-        {
+        {	
             weekDayStyleName: "noBoldWeekDayStyle";
+			headerStyleName: "noBoldHeaderStyle"
         }
         
         .noBoldWeekDayStyle
         {
+			fontWeight: normal;
             textAlign: "center";
         }
+		
+        .noBoldHeaderStyle {
+            fontWeight: normal;
+        }
 
 	</mx:Style>
 

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a5f24c17/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png
----------------------------------------------------------------------
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png
index 88ea9cf..605443e 100644
Binary files a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png and b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateChooser_Japanese_Layout.png differ