diff --git a/bi/case.js b/bi/case.js index af310f6c8..b78c8b5f8 100644 --- a/bi/case.js +++ b/bi/case.js @@ -8591,6 +8591,8 @@ BI.AllCountPager = BI.inherit(BI.Widget, { var count = BI.createWidget({ type: "bi.left", + height: o.height, + scrollable: false, items: [{ type: "bi.label", height: o.height, diff --git a/dist/case.js b/dist/case.js index af310f6c8..b78c8b5f8 100644 --- a/dist/case.js +++ b/dist/case.js @@ -8591,6 +8591,8 @@ BI.AllCountPager = BI.inherit(BI.Widget, { var count = BI.createWidget({ type: "bi.left", + height: o.height, + scrollable: false, items: [{ type: "bi.label", height: o.height, diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index f15903fec..432428f32 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -96,6 +96,8 @@ BI.AllCountPager = BI.inherit(BI.Widget, { var count = BI.createWidget({ type: "bi.left", + height: o.height, + scrollable: false, items: [{ type: "bi.label", height: o.height,