update class name

This commit is contained in:
Michael Becker 2024-05-28 16:17:30 -04:00
parent 38d295200f
commit 5214c5d20e

View File

@ -271,7 +271,7 @@ function Window(parentElement)
} }
var Window = this.ParentElement; var Window = this.ParentElement;
Window.className = "Window Visible"; Window.className = "uwt-window uwt-visible";
if (this.mvarContentURL != null) if (this.mvarContentURL != null)
{ {
@ -582,4 +582,4 @@ Window.ShowDialog = function (content, title, buttons, styles, iconName, classNa
// happen // happen
divWindow.NativeObject.ShowDialog(); divWindow.NativeObject.ShowDialog();
}, 100); }, 100);
}; };