Hi all,
Anyone know how to set the height of the panel of a colorPicker?
i.e. the hight of the rectangle that pops-up when the colorPicker is clicked
on, and in which the swatches sit.
I have a panel that only has 9 swatches in it in one row. Each swatch is 22
x 22 pixels, but the panel is 100 pixels tall, i.e. ~4x taller than it need
to be. The other ~75 pixels are blank space.
The documented list of attributres for swatchPanelStyleName doesn't seem to
cover panel height (see below, from docs).
Is that list exhaustive?
thanks
tom
.mySwatchPanelStyle {
backgroundColor:#E5E6E7;
columnCount:20;
horizontalGap:0;
previewHeight:22;
previewWidth:45;
swatchGridBackgroundColor:#000000;
swatchGridBorderSize:0;
swatchHeight:12;
swatchHighlightColor:#FFFFFF;
swatchHighlightSize:1;
swatchWidth:12;
textFieldWidth:72;
verticalGap:0;
}