|
|
@ -55,8 +55,10 @@ BI.SimpleHexColorPickerEditor = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.vertical", |
|
|
|
type: "bi.vertical", |
|
|
|
tgap: 10, |
|
|
|
tgap: 10, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
|
|
|
|
el: { |
|
|
|
type: "bi.vertical_adapt", |
|
|
|
type: "bi.vertical_adapt", |
|
|
|
rgap: 5, |
|
|
|
rgap: 5, |
|
|
|
|
|
|
|
columnSize: [16, 10, 'fill', 12, c.RGB_WIDTH, 12, c.RGB_WIDTH, 12, c.RGB_WIDTH], |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
@ -113,8 +115,10 @@ BI.SimpleHexColorPickerEditor = BI.inherit(BI.Widget, { |
|
|
|
self.B = _ref |
|
|
|
self.B = _ref |
|
|
|
} |
|
|
|
} |
|
|
|
}), |
|
|
|
}), |
|
|
|
|
|
|
|
rgap: -5, |
|
|
|
width: c.RGB_WIDTH |
|
|
|
width: c.RGB_WIDTH |
|
|
|
}] |
|
|
|
}] |
|
|
|
|
|
|
|
} |
|
|
|
}] |
|
|
|
}] |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|