diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index d087801d4..ca935b15f 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -97,9 +97,10 @@ BI.AllCountPager = BI.inherit(BI.Widget, { BI.createWidget(o.showRowCount ? { type: "bi.vertical_adapt", - columnSize: ["fill", ""], element: this, scrollx: false, + columnSize: ["fill", ""], + horizontalAlign: BI.HorizontalAlign.Right, items: [ this._getRowCountObject(), this.editor, this.allPages, this.pager