FIX: Delete dialog and High-DPI

This commit is contained in:
Alexander Koblov 2017-05-20 18:40:38 +00:00
commit bca3358ace
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,8 @@ inherited frmDeleteDlg: TfrmDeleteDlg
BorderStyle = bsDialog
ClientHeight = 86
ClientWidth = 415
Constraints.MaxWidth = 800
Constraints.MinWidth = 400
KeyPreview = True
OnKeyDown = FormKeyDown
Position = poScreenCenter

View file

@ -35,8 +35,6 @@ begin
begin
Caption:= Application.Title;
lblMessage.Caption:= Message;
Constraints.MinWidth:= 400;
Constraints.MaxWidth:= 800;
Result:= ShowModal = mrOK;
QueueId:= QueueIdentifier;
Free;