mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Default button height under non macOS
This commit is contained in:
parent
344b8eb21f
commit
dae59469ce
1 changed files with 2 additions and 0 deletions
|
|
@ -300,7 +300,9 @@ begin
|
|||
begin
|
||||
with TButton.Create(frmMsg) do
|
||||
begin
|
||||
{$IF DEFINED(LCLCOCOA)}
|
||||
Constraints.MinHeight:= 34;
|
||||
{$ENDIF}
|
||||
AutoSize:= True;
|
||||
Caption:= cLngButton[Buttons[iIndex]];
|
||||
Parent:= frmMsg.pnlButtons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue