|
|
@ -1,7 +1,7 @@ |
|
|
|
BI.FloatHorizontalFillLayout = BI.inherit(BI.Layout, { |
|
|
|
BI.FloatHorizontalFillLayout = BI.inherit(BI.Layout, { |
|
|
|
props: function () { |
|
|
|
props: function () { |
|
|
|
return BI.extend(BI.FloatHorizontalFillLayout.superclass.props.apply(this, arguments), { |
|
|
|
return BI.extend(BI.FloatHorizontalFillLayout.superclass.props.apply(this, arguments), { |
|
|
|
baseCls: "bi-h-float-fill", |
|
|
|
baseCls: "bi-h-float-fill clearfix", |
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
verticalAlign: BI.VerticalAlign.Stretch, |
|
|
|
verticalAlign: BI.VerticalAlign.Stretch, |
|
|
|
hgap: 0, |
|
|
|
hgap: 0, |
|
|
|