protected function _getChildContentWidth(Kwf_Component_Data $child) { $ret = parent::_getChildContentWidth($child); $ret -= $this->_getSetting('contentMargin') * 1; $ret = $ret / 2; return $ret; }