mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 12:35:55 +02:00
IdeDebugger: increase width for icon in breakpoint dialog. Issue #40941
This commit is contained in:
parent
b64613cf00
commit
78e9a717ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user