|
|
@ -174,7 +174,7 @@ BI.HorizontalFillLayoutLogic = BI.inherit(BI.Logic, { |
|
|
|
columnSize.push(item.width || 0); |
|
|
|
columnSize.push(item.width || 0); |
|
|
|
}); |
|
|
|
}); |
|
|
|
if (o.dynamic) { |
|
|
|
if (o.dynamic) { |
|
|
|
layout = "bi.horizontal_adapt"; |
|
|
|
layout = "bi.horizontal_fill"; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
layout = "bi.htape"; |
|
|
|
layout = "bi.htape"; |
|
|
|
} |
|
|
|
} |
|
|
|