mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 08:29:32 +02:00
TaskDialog: LCLTaskDialog: remove debug statement.
This commit is contained in:
parent
11130cc6b0
commit
8e0fb1875f
@ -824,7 +824,7 @@ begin
|
||||
|
||||
// handle main dialog icon
|
||||
AddIcon(IconBorder, X, Y, CurrParent);
|
||||
if (X < IconBorder) or (X < 5) then Caption := format('X: %d, IconBorder: %d',[X,IconBorder]);
|
||||
|
||||
// add main texts (DlgTitle, DlgText, Information)
|
||||
Element[tdeMainInstruction] := AddLabel(DlgTitle, True, X, Y, FontHeight, aWidth, CurrParent);
|
||||
Element[tdeContent] := AddLabel(DlgText, False, X, Y, FontHeight, aWidth, CurrParent);
|
||||
|
Loading…
Reference in New Issue
Block a user