fiorilli Posted August 22, 2016 Posted August 22, 2016 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 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.