aboutsummaryrefslogtreecommitdiff
path: root/emcclib.js
diff options
context:
space:
mode:
Diffstat (limited to 'emcclib.js')
-rw-r--r--emcclib.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/emcclib.js b/emcclib.js
index e0c4bea..7d001c3 100644
--- a/emcclib.js
+++ b/emcclib.js
@@ -567,6 +567,7 @@ mergeInto(LibraryManager.library, {
statusbar.style.width = (w - 4) + "px";
document.getElementById("statusbarholder").style.width = w + "px";
}
+ resizable_div.style.width = w + "px";
onscreen_canvas.height = h;
offscreen_canvas.height = h;