I have a window with a tabpanel in it. It's really annoying how the window has its 5px padding. I try to override all the paddings of the window, but has no effect on it. And it's same with a grid in a window as well.
Ext.window.Window.override({
padding: 0,
bodyPadding: 0,
style: {
padding: 0
}
});
Thank you, if you can help me!

I colored the background, and minimized the border, now it looks a little better