From 52e44ed3ef75bdbf1c58e5214f38fd53e9d81360 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Fri, 18 Dec 2020 16:13:28 +0300 Subject: Added GraphEdit properties to control lines thickness and antialiasing --- doc/classes/GraphEdit.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 08a93f0885..c5884aa44a 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -174,6 +174,12 @@ + + If [code]true[/code], the lines between nodes will use antialiasing. + + + The thickness of the lines between the nodes. + If [code]true[/code], the minimap is visible. @@ -181,7 +187,7 @@ The opacity of the minimap rectangle. - + The size of the minimap rectangle. The map itself is based on the size of the grid area and is scaled to fit this rectangle. @@ -326,6 +332,8 @@ Color of minor grid lines. + + The icon for the zoom out button. -- cgit v1.2.3