support 120 and 640 dpi in mustella tests
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/4864b87d Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/4864b87d Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/4864b87d Branch: refs/heads/develop Commit: 4864b87d44bcb7bd5413eaa247266e2c45fef99f Parents: 9122dc7 Author: Justin Mclean <[email protected]> Authored: Sun Aug 11 22:25:18 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Sun Aug 11 22:25:18 2013 +1000 ---------------------------------------------------------------------- mustella/as3/src/mustella/ConditionalValue.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4864b87d/mustella/as3/src/mustella/ConditionalValue.as ---------------------------------------------------------------------- diff --git a/mustella/as3/src/mustella/ConditionalValue.as b/mustella/as3/src/mustella/ConditionalValue.as index 4e11220..e29c0b1 100644 --- a/mustella/as3/src/mustella/ConditionalValue.as +++ b/mustella/as3/src/mustella/ConditionalValue.as @@ -52,7 +52,7 @@ package public var targetOS:String = null; // General, "marketing number" pixel density - [Inspectable(enumeration="160,240,320,480")] + [Inspectable(enumeration="120,160,240,320,480,640")] public var deviceDensity:Number = -1; // Exact pixel density reported by AIR's Capabilities.screenDPI
