Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Xpra-org/xpra-html5
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 5, 2024
2 parents c6a04b7 + 6f0f339 commit f467cba
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 0 deletions.
Binary file removed html5/icons/clipboard.png
Binary file not shown.
Binary file modified html5/icons/materialicons-regular.ttf
Binary file not shown.
Binary file modified html5/icons/materialicons-regular.woff
Binary file not shown.
Binary file modified html5/icons/materialicons-regular.woff2
Binary file not shown.
Binary file removed html5/icons/speaker-buffering.png
Binary file not shown.
Binary file removed html5/icons/speaker-off.png
Binary file not shown.
Binary file removed html5/icons/speaker.png
Binary file not shown.
4 changes: 4 additions & 0 deletions html5/js/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ class XpraWindow {
// set size of canvas
this.updateCanvasGeometry();
if (this.client.server_is_desktop || this.client.server_is_shadow) {
if (this.client.server_resize_exact) {
jQuery(this.div).css("top", 0);
}

jQuery(this.div).position({ of: jQuery("#screen") });
return;
}
Expand Down

0 comments on commit f467cba

Please sign in to comment.