From: <na...@us...> - 2010-11-04 16:23:36
|
Revision: 932 http://instantobjects.svn.sourceforge.net/instantobjects/revision/?rev=932&view=rev Author: nandod Date: 2010-11-04 16:23:29 +0000 (Thu, 04 Nov 2010) Log Message: ----------- * Removed too heavy borders from one of InstantExplorer's panels. Modified Paths: -------------- trunk/Source/Core/InstantExplorer.pas Modified: trunk/Source/Core/InstantExplorer.pas =================================================================== --- trunk/Source/Core/InstantExplorer.pas 2010-10-11 14:08:09 UTC (rev 931) +++ trunk/Source/Core/InstantExplorer.pas 2010-11-04 16:23:29 UTC (rev 932) @@ -561,7 +561,7 @@ with FDetailPanel do begin Parent := Self; - BorderStyle := bsSingle; + BorderStyle := bsNone; Height := Self.Height div 2; Align := alClient; end; |