mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +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:
@ -167,6 +167,7 @@ begin
|
||||
// Assign images from main imagelist to speedbuttons
|
||||
btnFileBrowse.PngImage := Mainform.PngImageListMain.PngImages[10].PngImage;
|
||||
btnDirectoryBrowse.PngImage := Mainform.PngImageListMain.PngImages[51].PngImage;
|
||||
SetWindowSizeGrip( Self.Handle, True );
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user