mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
git-svn-id: trunk@54843 -
This commit is contained in:
parent
2abbee1637
commit
dcdcafb794
@ -79,7 +79,7 @@ begin
|
||||
Cells[0, 0] := lisConfirmPackageNewPackageSet;
|
||||
Cells[1, 0] := lisConfirmPackageAction;
|
||||
Cells[2, 0] := lisConfirmPackageOldPackageSet;
|
||||
d := RowCount * (DefaultRowHeight + GridLineWidth) - Height;
|
||||
d := RowCount * (GetRealDefaultRowHeight + GridLineWidth) - Height;
|
||||
end;
|
||||
// Auto-grow dialog up to 3/4 of the screen height.
|
||||
d := Min(d, Screen.Height * 3 div 4 - Height);
|
||||
|
Loading…
Reference in New Issue
Block a user