IdeDebugger: increase width for icon in breakpoint dialog. Issue #40941

This commit is contained in:
Martin 2024-10-01 15:44:32 +02:00
parent b64613cf00
commit 78e9a717ea

View File

@ -224,7 +224,7 @@ const
COL_BREAK_ACTION = 5;
COL_BREAK_PASS = 6;
COL_BREAK_GROUP = 7;
COL_WIDTHS: Array[0..6] of integer = ( 50, 150, 100, 75, 150, 100, 80);
COL_WIDTHS: Array[0..6] of integer = ( 60, 150, 100, 75, 150, 100, 80);
function BreakPointDlgColSizeGetter(AForm: TCustomForm; AColId: Integer; var ASize: Integer): Boolean;
begin