mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
fixed stream window centering
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function Stream() {
|
||||
function Stream(ui) {
|
||||
// var self = this;
|
||||
|
||||
/********************************************************************************/
|
||||
@@ -69,6 +69,7 @@ function Stream() {
|
||||
var el_stream_image = $("stream-image");
|
||||
el_stream_image.style.width = __normal_size.width * __size_factor + "px";
|
||||
el_stream_image.style.height = __normal_size.height * __size_factor + "px";
|
||||
ui.showWindow($("stream-window"));
|
||||
};
|
||||
|
||||
var __refreshImage = function() {
|
||||
|
||||
Reference in New Issue
Block a user