Another missing height for the pattern wizard
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 26 Jul 2012 20:52:55 +0000 (16:52 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 30 Jul 2012 14:54:41 +0000 (10:54 -0400)
Missed this one on the previous pass.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/js/ui/default/serial/subscription/caption_and_pattern.js

index a17c75f..9ccfe64 100644 (file)
@@ -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();