<?=t('Width of the gap between board columns when the option below is on. Default: 25.')?>
</p>
</fieldset>
<fieldset>
<?=$this->form->checkbox('tweakdrag_column_gap',t('Widen the gap between columns'),1,isset($values['tweakdrag_column_gap'])&&$values['tweakdrag_column_gap']==1)?>
<pclass="form-help">
<?=t('Spreads the board columns further apart (by the pixel value above), easier to tell apart and to touch. Also adds some spacing at the left and right edges of the board.')?>
</p>
</fieldset>
<fieldset>
<?=$this->form->checkbox('tweakdrag_drag_scroll',t('Drag the board background to scroll horizontally'),1,isset($values['tweakdrag_drag_scroll'])&&$values['tweakdrag_drag_scroll']==1)?>
<pclass="form-help">
<?=t('Like Trello: click and drag on the empty board background to scroll the columns sideways. Dragging a task card or a handle still works as usual.')?>