- /**
- * @class Ext.layout.Form
- */
- /**
- * @var {number}
- * The amount of space around each form field in a form layout
- */
- $layout-form-item-spacing: dynamic(round($field-vertical-spacing));
- /**
- * @var {number}
- * The amount of space around each form field in a form layout in the
- * {@link Global_CSS#$enable-big big} sizing scheme
- */
- $layout-form-item-spacing-big: dynamic(round($field-vertical-spacing-big));
|