mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 15:20:49 +02:00
lcl: treeview: High-DPI: Indent fix r54435 #25d25e78b3. Issue #31558
git-svn-id: trunk@54437 -
This commit is contained in:
parent
d1d8c18ddc
commit
9219f84705
@ -4521,7 +4521,7 @@ end;
|
||||
function TCustomTreeView.GetRealIndent: Integer;
|
||||
begin
|
||||
if FIndent=0 then
|
||||
Result := MulDiv(FIndent, Font.PixelsPerInch, 96)
|
||||
Result := MulDiv(15, Font.PixelsPerInch, 96)
|
||||
else
|
||||
Result := FIndent;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user