@ -33,6 +33,9 @@ BI.FlexHorizontalCenter = BI.inherit(BI.Layout, {
scrolly: o.scrolly,
scrollable: o.scrollable,
hgap: o.hgap,
vgap: o.vgap,
tgap: o.tgap,
bgap: o.bgap,
items: o.items
};
},
@ -34,6 +34,9 @@ BI.FlexVerticalCenter = BI.inherit(BI.Layout, {
lgap: o.lgap,
rgap: o.rgap,
@ -35,6 +35,9 @@ BI.FlexWrapperHorizontalCenter = BI.inherit(BI.Layout, {
@ -34,7 +34,10 @@ BI.FlexWrapperVerticalCenter = BI.inherit(BI.Layout, {
scrollx: o.scrollx,