mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 13:21:46 +02:00
Packager: Increase ItemHeight for package list(AddPkgDependecyDlg). The text is truncated when larger font is used(Ubuntu).
git-svn-id: trunk@56624 -
This commit is contained in:
parent
ae06b7db5a
commit
6d9563f430
@ -130,6 +130,7 @@ begin
|
||||
pnLocalPkg.Visible := OPMInterface <> nil;
|
||||
pnOnlinePkg.Visible := OPMInterface <> nil;
|
||||
BP.CloseButton.Visible := False;
|
||||
DependPkgNameListBox.ItemHeight := MulDiv(20, Screen.PixelsPerInch, 96);
|
||||
end;
|
||||
|
||||
function TAddPkgDependencyDialog.FindPackageLink(const ALazPackageID:
|
||||
|
Loading…
Reference in New Issue
Block a user