Skip to content

Commit

Permalink
fixed #257
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyCorbett committed May 18, 2019
1 parent bd51ec0 commit d7ad2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OnlyM/Services/MediaWindowPositionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void PositionMediaWindow(
(int dpiX, int dpiY) systemDpi,
bool isVideo)
{
var area = monitor.WorkingArea;
var area = monitor.Bounds;

var left = (area.Left * 96) / systemDpi.dpiX;
var top = (area.Top * 96) / systemDpi.dpiY;
Expand Down
2 changes: 1 addition & 1 deletion SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("1.5.0.7")]
[assembly: AssemblyVersion("1.5.0.8")]

0 comments on commit d7ad2b1

Please sign in to comment.