mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 00:09:28 +02:00
Unit-Dependencies, PkgGraphExplorer: Enable minimize length of edges
git-svn-id: trunk@60885 -
This commit is contained in:
parent
d83b4c7a53
commit
dfe4f1faa2
@ -1806,6 +1806,7 @@ begin
|
||||
Height:=200;
|
||||
NodeStyle.GapBottom:=5;
|
||||
Parent:=GroupsTabSheet;
|
||||
Options := Options + [lgoMinimizeEdgeLens];
|
||||
OnSelectionChanged:=@GroupsLvlGraphSelectionChanged;
|
||||
Images:=IDEImages.Images_16;
|
||||
end;
|
||||
@ -1820,6 +1821,7 @@ begin
|
||||
Align:=alClient;
|
||||
NodeStyle.GapBottom:=5;
|
||||
Parent:=UnitGraphPanel;
|
||||
Options := Options + [lgoMinimizeEdgeLens];
|
||||
OnSelectionChanged:=@UnitsLvlGraphSelectionChanged;
|
||||
OnMouseDown:=@UnitsLvlGraphMouseDown;
|
||||
Images:=IDEImages.Images_16;
|
||||
|
@ -60,6 +60,7 @@ object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
|
||||
NodeStyle.Coloring = lgncRGB
|
||||
OnDblClick = LvlGraphControl1DblClick
|
||||
OnSelectionChanged = LvlGraphControl1SelectionChanged
|
||||
Options = [lgoAutoLayout, lgoMinimizeEdgeLens, lgoHighlightNodeUnderMouse, lgoHighlightEdgeNearMouse, lgoMouseSelects]
|
||||
ParentColor = True
|
||||
ParentShowHint = False
|
||||
PopupMenu = PkgPopupMenu
|
||||
|
Loading…
Reference in New Issue
Block a user