Hmmm, that is unexpected. SetModernStyling sets the following:
Style := iemsFlat;
Background := clWindow;
ThumbnailsBackground := clWindow;
ThumbnailsBackgroundSelected := $00FCEADA;
ThumbnailsBackgroundHover := $00FFF3E5;
SelectionColor := $00CEA27D;
TextMargin := 4;
HorizBorder := 8;
VertBorder := 8;
UpperGap := 0; (or 4 if bSoftShadow = False)
BottomGap := 0; (or 4 if bSoftShadow = False)
LeftGap := 0; (or 4 if bSoftShadow = False)
RightGap := -1;
TextBackgroundStyle := bsClear;
SoftShadow.Radius := 2;
SoftShadow.OffsetX := 1;
SoftShadow.OffsetY := 1;
SoftShadow.Intensity := 50;
SoftShadow.Enabled := bSoftShadow;
http://www.imageen.com/help/TImageEnMView.SetModernStyling.html
The only thing I can think of there is the size of the thumbnail might be affecting it. You might try eliminating the calls to see which one is the cause.
Nigel
Xequte Software
www.imageen.com