Maybe change WHITE to index 4 from the color palette?
On Dec 1, 2010, at 6:19 PM, Sandro Martini wrote:
> Hi,
>
>>> This isn't a bug - it is just because the spinners are given a fixed width
>>> in the color builder demo.
>> Uh and it was simple to see ... thanks and excuse me for this (you know, my
>> little time).
>>
>>> Not sure about the color index issue - feel free to look into it if you
>>> want.
>> I'll look at it this evening.
> Ok, I found it, to solve it we have to remove (or comment) the line
> 204 , containing this:
> label.getStyles().put("backgroundColor", Color.WHITE);
> so boxes background of color numbers is not overwritten (and in the
> case of white labels colors numbers aren't visible).
> Of course in default case this doesn't give problems with standard colors.
>
> Can I remove this line ?
> If not now I can do it tomorrow night ... tell me.
>
> Bye