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:
@ -72,6 +72,7 @@ procedure TfrmSelectDBObject.FormCreate(Sender: TObject);
|
||||
begin
|
||||
Width := Mainform.GetRegValue(REGNAME_SELECTDBO_WINWIDTH, Width);
|
||||
Height := Mainform.GetRegValue(REGNAME_SELECTDBO_WINHEIGHT, Height);
|
||||
SetWindowSizeGrip( Self.Handle, True );
|
||||
end;
|
||||
|
||||
procedure TfrmSelectDBObject.FormDestroy(Sender: TObject);
|
||||
|
Reference in New Issue
Block a user