diff --git a/rtgui/options.cc b/rtgui/options.cc index cbf5866ec..7e3d939a5 100644 --- a/rtgui/options.cc +++ b/rtgui/options.cc @@ -321,7 +321,7 @@ void Options::setDefaults () { theme = "25-Gray-Gray"; slimUI = false; useSystemTheme = false; - maxThumbnailHeight = 400; + maxThumbnailHeight = 250; maxCacheEntries = 20000; thumbInterp = 1; autoSuffix = true;