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/05/12 12:49:10 UTC

[04/24] git commit: [flex-sdk] [refs/heads/develop] - Added support for 480dpi

Added support for 480dpi


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

Branch: refs/heads/develop
Commit: 97e60b8b0d2e8245e849aafb91c4f5a2c2f080fb
Parents: 833ff81
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Apr 25 10:07:34 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Apr 25 10:07:34 2013 +1000

----------------------------------------------------------------------
 .../spark/preloaders/SplashScreenImageSource.as    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/97e60b8b/frameworks/projects/mobilecomponents/src/spark/preloaders/SplashScreenImageSource.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobilecomponents/src/spark/preloaders/SplashScreenImageSource.as b/frameworks/projects/mobilecomponents/src/spark/preloaders/SplashScreenImageSource.as
index 17b4bfd..4c28e67 100644
--- a/frameworks/projects/mobilecomponents/src/spark/preloaders/SplashScreenImageSource.as
+++ b/frameworks/projects/mobilecomponents/src/spark/preloaders/SplashScreenImageSource.as
@@ -130,7 +130,7 @@ public class SplashScreenImageSource
     //  dpi
     //----------------------------------
 
-    [Inspectable(category="General", enumeration="160,240,320")]
+    [Inspectable(category="General", enumeration="160,240,320,480")]
     
     /**
      *  The required DPI of the device to display the associated image.