mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Giving up on high DPI readiness - remove tweaks which mostly don't work as expected, and even differently on various computers. Instead, let Windows blur fonts.
This commit is contained in:
@ -129,8 +129,8 @@ end;
|
||||
|
||||
procedure TfrmInsertFiles.FormDestroy(Sender: TObject);
|
||||
begin
|
||||
AppSettings.WriteInt(asFileImportWindowWidth, Round(Width / DpiScaleFactor(Self)));
|
||||
AppSettings.WriteInt(asFileImportWindowHeight, Round(Height / DpiScaleFactor(Self)));
|
||||
AppSettings.WriteInt(asFileImportWindowWidth, Width);
|
||||
AppSettings.WriteInt(asFileImportWindowHeight, Height);
|
||||
MainForm.SaveListSetup(ListColumns);
|
||||
MainForm.SaveListSetup(listFiles);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user