Jump to content

fiorilli

Recommended Posts

Hi guys,

When trying to change the height of the title in the panel using event "render" of panel

function render(sender, eOpts)
{
  var header = sender.header;
  header.setHeight(5);
}  

A space the size of the removed height of the title is added to the bottom of the panel

 

image.jpg
 

 

The title of the text also does not appear. But I can solve manipulating the CSS class

.x-panel-header-text-container-default

But the question of spacing can not solve. How to solve this problem?

TitlePanel.rar

Link to comment
Share on other sites

  • 5 weeks later...
  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...