|
|
@ -3742,7 +3742,7 @@ BI.Arrangement = BI.inherit(BI.Widget, { |
|
|
|
case BI.Arrangement.LAYOUT_TYPE.ADAPTIVE: |
|
|
|
case BI.Arrangement.LAYOUT_TYPE.ADAPTIVE: |
|
|
|
if (this._isArrangeFine()) { |
|
|
|
if (this._isArrangeFine()) { |
|
|
|
var width = this.getClientWidth(), height = this.getClientHeight(); |
|
|
|
var width = this.getClientWidth(), height = this.getClientHeight(); |
|
|
|
var isHeightAdjust = height > occupied.top + occupied.height; |
|
|
|
var isHeightAdjust = height > occupied.height; |
|
|
|
var regions = this._cloneRegion(); |
|
|
|
var regions = this._cloneRegion(); |
|
|
|
BI.each(regions, function (i, region) { |
|
|
|
BI.each(regions, function (i, region) { |
|
|
|
region.width = region.width / occupied.width * width; |
|
|
|
region.width = region.width / occupied.width * width; |
|
|
|