}
@Override
protected void onResize(int width, int height) {
super.onResize(width, height);
Size frameWidth = el().getFrameSize();
height -= frameWidth.height + bar.getHeight();
width -= frameWidth.width;
body.setSize(width, isAutoHeight() ? -1 : height, true);