mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Disable minimize button in some modal dialogs
This commit is contained in:
parent
be96e9642e
commit
be5431213c
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ object frmDescrEdit: TfrmDescrEdit
|
|||
Top = 175
|
||||
Width = 400
|
||||
ActiveControl = memDescr
|
||||
BorderIcons = [biSystemMenu, biMaximize]
|
||||
Caption = 'File/folder comment'
|
||||
ClientHeight = 300
|
||||
ClientWidth = 400
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ begin
|
|||
Assert(Assigned(frmMsg));
|
||||
frmMsg.Position:=poScreenCenter;
|
||||
frmMsg.BorderStyle := bsSingle;
|
||||
frmMsg.BorderIcons := [biSystemMenu, biMinimize];
|
||||
frmMsg.BorderIcons := [biSystemMenu];
|
||||
|
||||
if (High(Buttons)+1)>=3 then
|
||||
frmMsg.Width:=(cButtonWidth+cButtonSpace)*3+cButtonSpace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue