From 981aff8ac44520b1d37ae6815119115761e06543 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Thu, 13 Jan 2011 20:40:21 +0000 Subject: [PATCH] NIHVIVO-1692 if thumbnails are created during a file storage upgrade, they should be the right size. --- .../vitro/webapp/filestorage/updater/FileStorageUpdater.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/filestorage/updater/FileStorageUpdater.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/filestorage/updater/FileStorageUpdater.java index 1fcf38658..9b8172fd5 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/filestorage/updater/FileStorageUpdater.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/filestorage/updater/FileStorageUpdater.java @@ -88,10 +88,10 @@ public class FileStorageUpdater implements FSUController { private static final Log log = LogFactory.getLog(FileStorageUpdater.class); /** How wide should a generated thumbnail image be (in pixels)? */ - public static final int THUMBNAIL_WIDTH = 150; + public static final int THUMBNAIL_WIDTH = 200; /** How high should a generated thumbnail image be (in pixels)? */ - public static final int THUMBNAIL_HEIGHT = 150; + public static final int THUMBNAIL_HEIGHT = 200; /** How is the main image referenced in the old scheme? */ public static final String IMAGEFILE = VitroVocabulary.vitroURI