combo width
Status: Beta
Brought to you by:
andyglow
Hello,
Why the combo width is the same than the dropDone width ?
The interest of a dropdone is to gain place, isn't it ?
So the combo can be smaller than the dopdone...
Here is the code than I change :
width = Math.max(wHint, textSize.x + arrowSize.x + (2 *
borderWidth));
/*
width = Math.max(wHint, Math.max(textSize.x +
arrowSize.x + (2 * borderWidth), listSize.x + 2));
*/
But you can add a parameter to have the choice.
Thank you.
Laurent.
Logged In: YES
user_id=341856
Laurent, thank you. I added it to CVS.
Cheers,
Seb