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:
@ -164,7 +164,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
// Buttons are randomly moved, since VirtualTree update, see #440
|
||||
btnSave.Top := Height - btnSave.Height - Round(3 * MainForm.DpiScaleFactor);
|
||||
btnSave.Top := Height - btnSave.Height - 3;
|
||||
btnHelp.Top := btnSave.Top;
|
||||
btnDiscard.Top := btnSave.Top;
|
||||
Modification(Self);
|
||||
|
Reference in New Issue
Block a user