Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Fixed the WXGA size returned from ScreenInfoService
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas committed May 20, 2014
1 parent 90dc08b commit 7948913
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ public Size Size
return new Size(720, 1280);

case ScreenInfoServiceResolution.WXGA:
return new Size(800, 1280);
return new Size(768, 1280);

case ScreenInfoServiceResolution.HD1080p:
return new Size(1080, 1920);
Expand Down

0 comments on commit 7948913

Please sign in to comment.