From dffca3e2ad13d6e81d124e5f838ce4a3bb751390 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Thu, 9 Sep 2010 23:41:24 +0000
Subject: [PATCH] Keep widget under FF under control.

---
 plugins/FeedsFileFetcher.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/FeedsFileFetcher.inc b/plugins/FeedsFileFetcher.inc
index fb273de1..bc69d3ab 100644
--- a/plugins/FeedsFileFetcher.inc
+++ b/plugins/FeedsFileFetcher.inc
@@ -78,6 +78,7 @@ class FeedsFileFetcher extends FeedsFetcher {
       '#description' => empty($source_config['source']) ? t('Select the file to be imported from your local system.') : t('Select a different file to be imported from your local system.'),
       '#theme' => 'feeds_upload',
       '#file_info' => $info,
+      '#size' => 10,
     );
     return $form;
   }
-- 
GitLab