titleHeight

sets the height of the title of the first-level menu items in the popups

number titleHeight;

Example

webix.ui({
    view: "sidebar",
    titleHeight:60  
});


Default value:

44
See also
Back to top