mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Make Vector2i
values paired with EDSCALE
be just Vector2
This commit is contained in:
parent
c50febf5ef
commit
c4c9e41073
17 changed files with 29 additions and 29 deletions
|
@ -5693,7 +5693,7 @@ VisualShaderEditor::VisualShaderEditor() {
|
|||
graph_plugin->set_editor(this);
|
||||
|
||||
property_editor_popup = memnew(PopupPanel);
|
||||
property_editor_popup->set_min_size(Size2i(180, 0) * EDSCALE);
|
||||
property_editor_popup->set_min_size(Size2(180, 0) * EDSCALE);
|
||||
add_child(property_editor_popup);
|
||||
|
||||
edited_property_holder.instantiate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue