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;
}
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;
}
0 comments