mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 21:19:17 +02:00
packagetabs: highDPI support
git-svn-id: trunk@53620 -
This commit is contained in:
parent
6e32346069
commit
547523b49a
@ -907,7 +907,7 @@ begin
|
||||
xLbl.Caption := xPkgItem.Title;
|
||||
xLbl.Parent := FPanel;
|
||||
xLbl.PopupMenu := FTabLabelMenu;
|
||||
xLbl.Height := TPackageTabButton.GetControlClassDefaultSize.cy;
|
||||
xLbl.Height := FPanel.ScaleCoord(TPackageTabButton.GetControlClassDefaultSize.cy);
|
||||
xLbl.OnCloseAllFiles := @CloseAllFiles;
|
||||
if FPanel is TPackageTabScrollBox then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user