hello Ben: In ComboBox,it has a textInput compoent, you can set textInput's x, y, width and height. just like:
textInput.setActualSize(..., ...); textInput.move(..., ...); 2007/1/27, ben.clinkinbeard <[EMAIL PROTECTED]>:
Hello, our design includes an oversized ComboBox that is about twice as tall as the default component. Setting the height attribute is easy enough, but the label remains a fixed distance from the top rather than being vertically centered. I am assuming this is simply a styling property oversight and am hoping someone can point me in the right direction on how to correct this behavior. Thanks, Ben

