mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 04:59:20 +01:00
* Better unix font
git-svn-id: trunk@16208 -
This commit is contained in:
parent
1e87037f56
commit
7d440b2a25
@ -123,6 +123,10 @@ begin
|
||||
ExecuteToolButton.Visible := False;
|
||||
end;
|
||||
SQLHighlighter.SQLDIalect:=D;
|
||||
SQLHighlighter.Enabled:=True;
|
||||
{$ifdef unix}
|
||||
SQLEditor.Font.Name:='-adobe-courier-medium-r-normal-*-8-*-*-*-m-*-iso10646-1';
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user