mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Delete dialog and High-DPI
This commit is contained in:
parent
1d377bacb4
commit
bca3358ace
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@ begin
|
|||
begin
|
||||
Caption:= Application.Title;
|
||||
lblMessage.Caption:= Message;
|
||||
Constraints.MinWidth:= 400;
|
||||
Constraints.MaxWidth:= 800;
|
||||
Result:= ShowModal = mrOK;
|
||||
QueueId:= QueueIdentifier;
|
||||
Free;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue