|
|
@ -42,7 +42,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, { |
|
|
|
BI.count(0, o.layer, function () { |
|
|
|
BI.count(0, o.layer, function () { |
|
|
|
items.push({ |
|
|
|
items.push({ |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
|
width: 24, |
|
|
|
width: 15, |
|
|
|
height: o.height |
|
|
|
height: o.height |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
@ -50,7 +50,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, { |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.td", |
|
|
|
type: "bi.td", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
columnSize: BI.makeArray(o.layer, 24), |
|
|
|
columnSize: BI.makeArray(o.layer, 15), |
|
|
|
items: [items] |
|
|
|
items: [items] |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|