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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...