Display sizegrip in the lower right corners of all resizable forms which have no TStatusbar. (For copyright notices see code in helpers.pas)

This commit is contained in:
Ansgar Becker
2008-05-12 17:55:06 +00:00
parent e28e530488
commit d0a0a22443
8 changed files with 156 additions and 1 deletions

View File

@ -307,6 +307,7 @@ begin
ListViewFiles.LargeImages:=LargeImages;
ListViewFiles.SmallImages:=SmallImages;
DragAcceptFiles( Handle , True );
SetWindowSizeGrip( Self.Handle, True );
end;