@Override
 protected void offsetChildrenTopAndBottom(final int offset) {
   super.offsetChildrenTopAndBottom(offset);
   offsetAllColumnsTopAndBottom(offset);
   offsetDistanceToTop(offset);
 }