Version: 2009.2.701.20
The subject pretty much says it all... It would seem like an easy thing to do, and I hope it is. I want to change the default height (which seems to default to 342px) and width (which seems to default to 472px) of the RadSpell Dialog. If I add this to my RadSpell CSS file:
The subject pretty much says it all... It would seem like an easy thing to do, and I hope it is. I want to change the default height (which seems to default to 342px) and width (which seems to default to 472px) of the RadSpell Dialog. If I add this to my RadSpell CSS file:
| .RadWindow.RadWindow_MyCustomSkin.rwNormalWindow.rwTransparentWindow div |
| { |
| width: 600px; |
| height: 400px; |
| } |
It looks horrible. I have screen shots of the before and after which I can send if it would help.