aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/cube_grid_theme_editor_plugin.cpp
diff options
context:
space:
mode:
authorSergey Pusnei2017-03-29 11:29:38 -0400
committerRémi Verschelde2017-04-10 08:27:34 +0200
commit8589ca390373ae2e84d93b4a75640277e38e9780 (patch)
tree4c66a5b3927649c737b631c05ed88e866455e566 /editor/plugins/cube_grid_theme_editor_plugin.cpp
parent1c480698ce0e881cbd28f1f0ddba95cee74ca834 (diff)
downloadgodot-8589ca390373ae2e84d93b4a75640277e38e9780.tar.gz
godot-8589ca390373ae2e84d93b4a75640277e38e9780.tar.zst
godot-8589ca390373ae2e84d93b4a75640277e38e9780.zip
Diffstat (limited to 'editor/plugins/cube_grid_theme_editor_plugin.cpp')
-rw-r--r--editor/plugins/cube_grid_theme_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/cube_grid_theme_editor_plugin.cpp b/editor/plugins/cube_grid_theme_editor_plugin.cpp
index 4633d5fe3..17149ef86 100644
--- a/editor/plugins/cube_grid_theme_editor_plugin.cpp
+++ b/editor/plugins/cube_grid_theme_editor_plugin.cpp
@@ -303,7 +303,7 @@ MeshLibraryEditor::MeshLibraryEditor(EditorNode *p_editor) {
add_child(panel);
MenuButton * options = memnew( MenuButton );
panel->add_child(options);
- options->set_pos(Point2(1,1));
+ options->set_position(Point2(1,1));
options->set_text("Theme");
options->get_popup()->add_item(TTR("Add Item"),MENU_OPTION_ADD_ITEM);
options->get_popup()->add_item(TTR("Remove Selected Item"),MENU_OPTION_REMOVE_ITEM);