You've already forked lazarus-ccr
jvcllaz: Increase ItemHeight of TDBLookupList (was truncated in Linux).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6960 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1068,7 +1068,7 @@ end;
|
||||
function TJvLookupControl.DefaultTextHeight: Integer;
|
||||
begin
|
||||
//Result := Screen.SystemFont.GetTextHeight('Mg'); //Canvas.TextHeight('Mg');
|
||||
Result := Font.GetTextHeight('Mg');
|
||||
Result := Font.GetTextHeight('Mg') + 4;
|
||||
end;
|
||||
|
||||
function TJvLookupControl.GetTextHeight: Integer;
|
||||
|
Reference in New Issue
Block a user