From abade21a678eb3ca1ec2e6c423b4c67aa8695a0f Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Thu, 26 Jul 2012 16:52:55 -0400 Subject: [PATCH] Another missing height for the pattern wizard Missed this one on the previous pass. Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- Open-ILS/web/js/ui/default/serial/subscription/caption_and_pattern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0