aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/graph_node.h
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-09-03 13:10:43 -0500
committerDaniel J. Ramirez2017-09-03 13:12:52 -0500
commitd6b664f6717240de6b5c1eee65df304955b1fe42 (patch)
treefe32c554ac473a4709cff4e2e74b4c58a9d4ba0f /scene/gui/graph_node.h
parentce28452109676d55e4d1fbb7158c8bf1fa8db406 (diff)
downloadgodot-d6b664f6717240de6b5c1eee65df304955b1fe42.tar.gz
godot-d6b664f6717240de6b5c1eee65df304955b1fe42.tar.zst
godot-d6b664f6717240de6b5c1eee65df304955b1fe42.zip
Diffstat (limited to 'scene/gui/graph_node.h')
-rw-r--r--scene/gui/graph_node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/scene/gui/graph_node.h b/scene/gui/graph_node.h
index 416d711aa..a606e47ac 100644
--- a/scene/gui/graph_node.h
+++ b/scene/gui/graph_node.h
@@ -68,7 +68,7 @@ private:
bool show_close;
Vector2 offset;
bool comment;
- bool resizeable;
+ bool resizable;
bool resizing;
Vector2 resizing_from;
@@ -151,8 +151,8 @@ public:
void set_comment(bool p_enable);
bool is_comment() const;
- void set_resizeable(bool p_enable);
- bool is_resizeable() const;
+ void set_resizable(bool p_enable);
+ bool is_resizable() const;
virtual Size2 get_minimum_size() const;