mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 04:48:36 +02:00
monospace font for debugger pseudo terminal, issue #33652
git-svn-id: trunk@58224 -
This commit is contained in:
parent
94d15ca481
commit
dd6656f6dd
@ -5,7 +5,7 @@ unit PseudoTerminalDlg;
|
||||
interface
|
||||
|
||||
uses
|
||||
IDEWindowIntf, Classes,
|
||||
IDEWindowIntf, Classes, Graphics,
|
||||
Forms, StdCtrls, DebuggerDlg, BaseDebugManager, LazarusIDEStrConsts, LCLType;
|
||||
|
||||
type
|
||||
@ -52,6 +52,7 @@ end;
|
||||
constructor TPseudoConsoleDlg.Create(TheOwner: TComponent);
|
||||
begin
|
||||
inherited Create(TheOwner);
|
||||
font.Name := 'monospace';
|
||||
Caption:= lisDbgTerminal;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user