Index: gmap_plugin_style_gmap.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gmap/gmap_plugin_style_gmap.inc,v
retrieving revision 1.11
diff -u -p -r1.11 gmap_plugin_style_gmap.inc
--- gmap_plugin_style_gmap.inc	15 Dec 2009 18:39:26 -0000	1.11
+++ gmap_plugin_style_gmap.inc	15 Mar 2010 20:19:24 -0000
@@ -168,9 +168,10 @@ class gmap_plugin_style_gmap extends vie
   function options_form(&$form, &$form_state) {
     parent::options_form($form, $form_state);
     $form['macro'] = array(
-      '#type' => 'textfield',
+      '#type' => 'textarea',
       '#title' => t('Macro'),
-      '#size' => 1000,
+      '#rows' => 3,
+      '#cols' => 30,
       '#default_value' => $this->options['macro'],
     );
 
