grid column picker cleanup
authorBill Erickson <berick@esilibrary.com>
Wed, 28 Mar 2012 13:46:56 +0000 (09:46 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 28 Mar 2012 13:46:56 +0000 (09:46 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js

index 46e8ae1..34ea285 100644 (file)
@@ -98,7 +98,7 @@ if(!dojo._hasResource["openils.widget.GridColumnPicker"]) {
                 "<th width='23%'>Auto Width</th><th width='23%'>Sort Priority</th></tr></thead>" +
                 "<tbody />"});
 
-            var tDiv = dojo.create('div', {style : 'height:300px; overflow-y:auto'});
+            var tDiv = dojo.create('div', {style : 'height:400px; overflow-y:auto'});
             tDiv.appendChild(table);
 
             var bDiv = dojo.create('div', {style : 'text-align:right; width:100%;',