diff --git a/components/sqldb/sqlstringspropertyeditordlg.pas b/components/sqldb/sqlstringspropertyeditordlg.pas index 06d56e16b1..fa20efbe76 100644 --- a/components/sqldb/sqlstringspropertyeditordlg.pas +++ b/components/sqldb/sqlstringspropertyeditordlg.pas @@ -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;