Reduce popup window width for improved content display

This commit is contained in:
Ross
2026-02-16 10:44:05 +00:00
parent 98ce450f11
commit 2f90a21abe
+1 -1
View File
@@ -768,7 +768,7 @@ window.setUpDicom = setUpDicom3d;
function create_popup_window(url, title) {
newwindow = window.open(url, title, 'height=800,width=800');
newwindow = window.open(url, title, 'height=800,width=600');
if (window.focus) {
newwindow.focus()
}