Increase popup window width for better content display

This commit is contained in:
Ross
2026-02-16 10:42:01 +00:00
parent 6734036477
commit 98ce450f11
+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=600');
newwindow = window.open(url, title, 'height=800,width=800');
if (window.focus) {
newwindow.focus()
}