From: Thomas Berezansky Date: Thu, 26 Jul 2012 20:52:55 +0000 (-0400) Subject: Another missing height for the pattern wizard X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=abade21a678eb3ca1ec2e6c423b4c67aa8695a0f;p=evergreen%2Fmasslnc.git Another missing height for the pattern wizard Missed this one on the previous pass. Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- diff --git a/Open-ILS/web/js/ui/default/serial/subscription/caption_and_pattern.js b/Open-ILS/web/js/ui/default/serial/subscription/caption_and_pattern.js index a17c75f9ce..9ccfe64ae5 100644 --- a/Open-ILS/web/js/ui/default/serial/subscription/caption_and_pattern.js +++ b/Open-ILS/web/js/ui/default/serial/subscription/caption_and_pattern.js @@ -43,7 +43,7 @@ function SCAPRow() { window.openDialog( xulG.url_prefix("XUL_SERIAL_PATTERN_WIZARD"), "pattern_wizard", - "width=800", + "width=800,height=400", function(value) { self.controls.pattern_code.value = value; self.controls.pattern_code.onchange();