|
|
@ -138,7 +138,7 @@ BI.shortcut("bi.htape", BI.HTapeLayout); |
|
|
|
BI.VTapeLayout = BI.inherit(BI.Layout, { |
|
|
|
BI.VTapeLayout = BI.inherit(BI.Layout, { |
|
|
|
props: function () { |
|
|
|
props: function () { |
|
|
|
return BI.extend(BI.VTapeLayout.superclass.props.apply(this, arguments), { |
|
|
|
return BI.extend(BI.VTapeLayout.superclass.props.apply(this, arguments), { |
|
|
|
baseCls: "bi-v-tape-layout", |
|
|
|
baseCls: "bi-v-tape", |
|
|
|
horizontalAlign: BI.HorizontalAlign.Left, |
|
|
|
horizontalAlign: BI.HorizontalAlign.Left, |
|
|
|
hgap: 0, |
|
|
|
hgap: 0, |
|
|
|
vgap: 0, |
|
|
|
vgap: 0, |
|
|
|