|
|
@ -1,7 +1,7 @@ |
|
|
|
BI.AutoVerticalTapeLayout = BI.inherit(BI.Layout, { |
|
|
|
BI.AutoVerticalTapeLayout = BI.inherit(BI.Layout, { |
|
|
|
props: function () { |
|
|
|
props: function () { |
|
|
|
return BI.extend(BI.AutoVerticalTapeLayout.superclass.props.apply(this, arguments), { |
|
|
|
return BI.extend(BI.AutoVerticalTapeLayout.superclass.props.apply(this, arguments), { |
|
|
|
baseCls: "bi-auto-htape", |
|
|
|
baseCls: "bi-auto-vtape", |
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
horizontalAlign: BI.HorizontalAlign.Stretch, |
|
|
|
verticalAlign: BI.VerticalAlign.Stretch, |
|
|
|
verticalAlign: BI.VerticalAlign.Stretch, |
|
|
|
hgap: 0, |
|
|
|
hgap: 0, |
|
|
|