diff --git a/rtgui/thumbbrowserentrybase.cc b/rtgui/thumbbrowserentrybase.cc index 51e605180..7d3f23035 100644 --- a/rtgui/thumbbrowserentrybase.cc +++ b/rtgui/thumbbrowserentrybase.cc @@ -273,7 +273,7 @@ void ThumbBrowserEntryBase::resize (int h) { preh -= infoh + textGap; // If the text size was selected very high in preferences this may go negative - if (preh<0) preh=0; + if (preh<0) preh=30; } calcThumbnailSize ();