update class name
This commit is contained in:
parent
38d295200f
commit
5214c5d20e
@ -271,7 +271,7 @@ function Window(parentElement)
|
||||
}
|
||||
|
||||
var Window = this.ParentElement;
|
||||
Window.className = "Window Visible";
|
||||
Window.className = "uwt-window uwt-visible";
|
||||
|
||||
if (this.mvarContentURL != null)
|
||||
{
|
||||
@ -582,4 +582,4 @@ Window.ShowDialog = function (content, title, buttons, styles, iconName, classNa
|
||||
// happen
|
||||
divWindow.NativeObject.ShowDialog();
|
||||
}, 100);
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user