Skip to content
Snippets Groups Projects
Commit cc1acd99 authored by Richard Alam's avatar Richard Alam
Browse files

open deskshare publish window in lower left corner

parent 5ff8bd24
No related branches found
No related tags found
No related merge requests found
......@@ -155,8 +155,8 @@
if (y < 0) y = 1;
break;
case DESKTOP_SHARING_PUBLISH:
y = (this.height - win.height) / 2;
x = (this.width - win.width) / 2;
y = (this.height - win.height);
x = 1;
break;
case DESKTOP_SHARING_VIEW:
x = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment