summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-splashscreen/src/wp
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-23 15:45:30 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-23 15:45:30 -0400
commit1d1c2168ff30ac9452b0929db4ae1f5baa83657a (patch)
tree1967e3ca3898bf2f33938e89bd1e6add6e49a570 /plugins/cordova-plugin-splashscreen/src/wp
parent26821696678cf84ee19f4eb803807e41a7b56780 (diff)
updates
Diffstat (limited to 'plugins/cordova-plugin-splashscreen/src/wp')
-rw-r--r--plugins/cordova-plugin-splashscreen/src/wp/ResolutionHelper.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/cordova-plugin-splashscreen/src/wp/ResolutionHelper.cs b/plugins/cordova-plugin-splashscreen/src/wp/ResolutionHelper.cs
index 2c02e744..050c3927 100644
--- a/plugins/cordova-plugin-splashscreen/src/wp/ResolutionHelper.cs
+++ b/plugins/cordova-plugin-splashscreen/src/wp/ResolutionHelper.cs
@@ -21,12 +21,12 @@ namespace WPCordovaClassLib.Cordova.Commands
public enum Resolutions { WVGA, WXGA, HD };
public static class ResolutionHelper
- {
+ {
public static Resolutions CurrentResolution
{
get
{
- switch (Application.Current.Host.Content.ScaleFactor)
+ switch (Application.Current.Host.Content.ScaleFactor)
{
case 100: return Resolutions.WVGA;
case 160: return Resolutions.WXGA;
@@ -36,4 +36,4 @@ namespace WPCordovaClassLib.Cordova.Commands
}
}
}
-}
+} \ No newline at end of file