[Lazarus] IDE Font issue
Michael Van Canneyt
michael at freepascal.org
Mon Feb 21 16:08:34 CET 2011
Hi,
I attached a small image of the SQL editor of TSQLQuery.
Lazarus version of today.
The code in sqlstringspropertyeditordlg.pas (components/sqldb):
constructor TSQLStringsPropertyEditorDlg.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
SourceEditorManagerIntf.GetEditorControlSettings(SQLEditor);
SourceEditorManagerIntf.GetHighlighterSettings(SQLHighlighter);
EditorTabSheet.Caption := SSQLTabCaption;
ResultTabSheet.Caption := SResultTabCaption;
end;
Suggests that the font in the SQL property editor should be the
same as the source editor font. From the attached image, it is
clear that they are different.
(Probably it is the same typeface, but the font in the SQL editor
is much smaller as in the source editor)
I assume this is a bug ? How can I fix this ?
Michael.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: font.png
Type: image/png
Size: 12413 bytes
Desc:
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110221/66c69af2/attachment-0002.png>
More information about the Lazarus
mailing list