Issue #213: use default scaling for db object editors

This commit is contained in:
Ansgar Becker
2018-10-25 22:05:13 +02:00
parent 9cdcd63145
commit 769ebc2ad5

View File

@@ -1909,8 +1909,6 @@ begin
// Do not set alClient via DFM! In conjunction with ExplicitXXX properties that
// repeatedly breaks the GUI layout when you reload the project
Align := alClient;
InheritFont(Font);
ScaleControls(Screen.PixelsPerInch, FORMS_DPI);
end;
destructor TDBObjectEditor.Destroy;