mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX #1593: height of some Buttons on macOS (refer to the implementation in TfrmButtonForm)
(cherry picked from commit 4f0eb9bc9e)
This commit is contained in:
parent
276b9f8efa
commit
0546c64d13
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ begin
|
|||
begin
|
||||
with TButton.Create(frmMsg) do
|
||||
begin
|
||||
Constraints.MinHeight:= 34;
|
||||
AutoSize:= True;
|
||||
Caption:= cLngButton[Buttons[iIndex]];
|
||||
Parent:= frmMsg.pnlButtons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue