diff options
author | Chaosus89 <chaosus89@gmail.com> | 2019-09-01 08:57:56 +0300 |
---|---|---|
committer | Chaosus89 <chaosus89@gmail.com> | 2019-09-01 09:12:26 +0300 |
commit | 8fd858954753a7e87e220cd538ef905b0615c7cb (patch) | |
tree | 6dc1233aa9e7d8967dd076ee2f6e88630911517c /doc/classes/GraphNode.xml | |
parent | 00aabec8bb598592b8a8702797b51fc9f6ca6169 (diff) |
Fix resizer icon visiblity on light theme in GraphNode
Diffstat (limited to 'doc/classes/GraphNode.xml')
-rw-r--r-- | doc/classes/GraphNode.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index 6bc09e5289..8aefa41f8a 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -257,6 +257,8 @@ </theme_item> <theme_item name="resizer" type="Texture"> </theme_item> + <theme_item name="resizer_color" type="Color" default="Color( 0, 0, 0, 1 )"> + </theme_item> <theme_item name="selectedframe" type="StyleBox"> </theme_item> <theme_item name="separation" type="int" default="1"> |