--- nodeasblock.module.original	2009-11-23 12:15:16.000000000 -0800
+++ nodeasblock.module	2009-11-23 12:15:33.000000000 -0800
@@ -200,6 +200,7 @@ function _nodeasblock_node_form(&$form) 
     $form['nodeasblockset']['weight'] = array(
       '#type' => 'weight',
       '#title' => t('Weight'),
+      '#delta' => 100,
       '#default_value' => $block['weight'],
       '#description' => t('The weight of this block. Larger numbers move a block farther down in a region.')
     );
