You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/03/25 20:42:35 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fix for https://issues.apache.org/jira/browse/FLEX-34189

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 332980d31 -> a9871ce84


Fix for https://issues.apache.org/jira/browse/FLEX-34189


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

Branch: refs/heads/develop
Commit: a9871ce84d6488175a26b9c0352f05ec6074b536
Parents: 332980d
Author: Om <bi...@gmail.com>
Authored: Tue Mar 25 12:41:36 2014 -0700
Committer: Om <bi...@gmail.com>
Committed: Tue Mar 25 12:41:36 2014 -0700

----------------------------------------------------------------------
 .../spark/skins/mobile/supportClasses/ActionBarButtonSkinBase.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a9871ce8/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/ActionBarButtonSkinBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/ActionBarButtonSkinBase.as b/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/ActionBarButtonSkinBase.as
index e9dfc51..fef56ae 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/ActionBarButtonSkinBase.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/ActionBarButtonSkinBase.as
@@ -84,7 +84,7 @@ public class ActionBarButtonSkinBase extends ButtonSkin
 				layoutPaddingBottom = 20;
 				layoutPaddingLeft = 40;
 				layoutPaddingRight = 40;
-				measuredDefaultWidth = 2012;
+				measuredDefaultWidth = 212;
 				measuredDefaultHeight = 172;
 				break;
 			}