mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Use Vista's Segeo font for all forms by using the SetVistaFonts() in mainform plus the new routine InheritFont() which simply overtakes fontname and size from the mainform to all other forms.
This commit is contained in:
@ -73,6 +73,7 @@ begin
|
||||
Width := Mainform.GetRegValue(REGNAME_SELECTDBO_WINWIDTH, Width);
|
||||
Height := Mainform.GetRegValue(REGNAME_SELECTDBO_WINHEIGHT, Height);
|
||||
SetWindowSizeGrip( Self.Handle, True );
|
||||
InheritFont(Font);
|
||||
end;
|
||||
|
||||
procedure TfrmSelectDBObject.FormDestroy(Sender: TObject);
|
||||
|
Reference in New Issue
Block a user