
Someone can help me to resolve this display problem ?

Someone can help me to resolve this display problem ?
On
It depends on what layout you are using. If you are using Column based layout for your boxes, then you can set the box(width=NULL). That should fix the issue. From you code it looks like you are using column based layout. width =25 does not make sense. Since, the overall width of the are is 12. So, set it to width = NULL, it will fix the issue.
If you are using row based layout that is when you mess with the width parameters.