|
|
|
@ -5,8 +5,7 @@ BI.HorizontalStickyLayout = BI.inherit(BI.FlexHorizontalLayout, {
|
|
|
|
|
props: function () { |
|
|
|
|
return BI.extend(BI.HorizontalStickyLayout.superclass.props.apply(this, arguments), { |
|
|
|
|
extraCls: "bi-h-sticky", |
|
|
|
|
scrollx: true, |
|
|
|
|
// horizontalAlign: BI.HorizontalAlign.Stretch,
|
|
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
|
verticalAlign: BI.VerticalAlign.Stretch |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|