mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
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:
@ -307,6 +307,7 @@ begin
|
||||
ListViewFiles.LargeImages:=LargeImages;
|
||||
ListViewFiles.SmallImages:=SmallImages;
|
||||
DragAcceptFiles( Handle , True );
|
||||
SetWindowSizeGrip( Self.Handle, True );
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user