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/09/02 01:40:13 UTC

[11/41] git commit: [flex-sdk] [refs/heads/develop] - fix errors in draft files

fix errors in draft files


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

Branch: refs/heads/develop
Commit: 2c6be571b0bb0700097702ace4b02c72a7d4ac97
Parents: 1b26fcd
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Aug 10 15:17:50 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Aug 10 15:17:50 2013 +1000

----------------------------------------------------------------------
 .../spark/skins/mobile/TabbedViewNavigatorTabBarFirstTabSkin.as  | 3 ++-
 .../src/spark/skins/mobile/TextAreaVScrollBarThumbSkin.as        | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2c6be571/frameworks/projects/mobiletheme/src/spark/skins/mobile/TabbedViewNavigatorTabBarFirstTabSkin.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile/TabbedViewNavigatorTabBarFirstTabSkin.as b/frameworks/projects/mobiletheme/src/spark/skins/mobile/TabbedViewNavigatorTabBarFirstTabSkin.as
index 781fc3b..bab35b3 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/TabbedViewNavigatorTabBarFirstTabSkin.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/TabbedViewNavigatorTabBarFirstTabSkin.as
@@ -61,7 +61,8 @@ public class TabbedViewNavigatorTabBarFirstTabSkin extends TabbedViewNavigatorTa
 				upBorderSkin = spark.skins.mobile640.assets.TabbedViewNavigatorButtonBarFirstButton_up;
 				downBorderSkin = spark.skins.mobile640.assets.TabbedViewNavigatorButtonBarFirstButton_down;
 				selectedBorderSkin = spark.skins.mobile640.assets.TabbedViewNavigatorButtonBarFirstButton_selected;
-				
+				break;
+			}
 			case DPIClassification.DPI_480:
 			{
 				upBorderSkin = spark.skins.mobile480.assets.TabbedViewNavigatorButtonBarFirstButton_up;

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2c6be571/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextAreaVScrollBarThumbSkin.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextAreaVScrollBarThumbSkin.as b/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextAreaVScrollBarThumbSkin.as
index ce9ceb4..0d2b90b 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextAreaVScrollBarThumbSkin.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextAreaVScrollBarThumbSkin.as
@@ -49,8 +49,8 @@ public class TextAreaVScrollBarThumbSkin extends VScrollBarThumbSkin
     mx_internal static const PADDING_VERTICAL_320DPI:int = 12;
 	mx_internal static const PADDING_RIGHT_240DPI:int = 4;
 	mx_internal static const PADDING_VERTICAL_240DPI:int = 6;
-	mx_internal static const PADDING_RIGHT_240DPI:int = 2;
-	mx_internal static const PADDING_VERTICAL_240DPI:int = 3;
+	mx_internal static const PADDING_RIGHT_120DPI:int = 2;
+	mx_internal static const PADDING_VERTICAL_120DPI:int = 3;
     mx_internal static const PADDING_RIGHT_DEFAULTDPI:int = 4;
     mx_internal static const PADDING_VERTICAL_DEFAULTDPI:int = 6;