WebOSDev - Programming has just evolved

The online blog for the webOS developer community you can find everything you need here to get a strong start developing applications for the webOS platform

Change The width of Radiobutton

Posted by codesos Wednesday, September 23, 2009

Tried to do that and failed?
Well it's a bug in the 191.14 SDK

Here's a workaround

in your .css file place this


.palm-radiobutton {
   min-width: 10px;
}

Now change the width

.[YourControl's Class]
{
    width:230px;
 }

0 comments

Post a Comment