From 5214c5d20e9dfa081e44fac28eba87b40c8c6b0b Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 28 May 2024 16:17:30 -0400 Subject: [PATCH] update class name --- lib/phast/client/scripts/controls/Window.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/phast/client/scripts/controls/Window.js b/lib/phast/client/scripts/controls/Window.js index d2911d9..bfa7590 100644 --- a/lib/phast/client/scripts/controls/Window.js +++ b/lib/phast/client/scripts/controls/Window.js @@ -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); -}; \ No newline at end of file +};