|
|
@ -53,7 +53,7 @@ BI.prepares.push(function () { |
|
|
|
return BI.extend({}, ob, { |
|
|
|
return BI.extend({}, ob, { |
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
type: "bi.vertical", |
|
|
|
type: "bi.vertical", |
|
|
|
items: BI.map(ob.items, function (item) { |
|
|
|
items: BI.map(ob.items, function (i, item) { |
|
|
|
return { |
|
|
|
return { |
|
|
|
type: "bi.inline", |
|
|
|
type: "bi.inline", |
|
|
|
horizontalAlign: ob.horizontalAlign, |
|
|
|
horizontalAlign: ob.horizontalAlign, |
|
|
|