From e6e0edd7a6ee8b1e183dde0b9ebe24f287a99c2f Mon Sep 17 00:00:00 2001 From: Reuben Turk <reubenturk@gmail.com> Date: Thu, 29 Apr 2010 09:13:51 +0000 Subject: [PATCH] #559128 by TwoD - Changed macro field in views UI from textfield to textarea --- gmap_plugin_style_gmap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gmap_plugin_style_gmap.inc b/gmap_plugin_style_gmap.inc index b75c58d..18c252b 100644 --- a/gmap_plugin_style_gmap.inc +++ b/gmap_plugin_style_gmap.inc @@ -237,9 +237,9 @@ class gmap_plugin_style_gmap extends views_plugin_style { } $form['macro'] = array( - '#type' => 'textfield', + '#type' => 'textarea', '#title' => t('Macro'), - '#size' => 1000, + '#rows' => 3, '#default_value' => $this->options['macro'], ); -- GitLab