mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 13:39:30 +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[0, 0] := lisConfirmPackageNewPackageSet;
|
||||||
Cells[1, 0] := lisConfirmPackageAction;
|
Cells[1, 0] := lisConfirmPackageAction;
|
||||||
Cells[2, 0] := lisConfirmPackageOldPackageSet;
|
Cells[2, 0] := lisConfirmPackageOldPackageSet;
|
||||||
d := RowCount * (DefaultRowHeight + GridLineWidth) - Height;
|
d := RowCount * (GetRealDefaultRowHeight + GridLineWidth) - Height;
|
||||||
end;
|
end;
|
||||||
// Auto-grow dialog up to 3/4 of the screen height.
|
// Auto-grow dialog up to 3/4 of the screen height.
|
||||||
d := Min(d, Screen.Height * 3 div 4 - Height);
|
d := Min(d, Screen.Height * 3 div 4 - Height);
|
||||||
|
Loading…
Reference in New Issue
Block a user