Skip to content

Commit 30cd664

Browse files
authored
Merge pull request godotengine#15356 from damarindra/tileset-properties
prevent autotile properties out of bounds
2 parents 5322ed0 + 0ae4ca7 commit 30cd664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/plugins/tile_set_editor_plugin.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ AutotileEditor::AutotileEditor(EditorNode *p_editor) {
340340
property_editor = memnew(PropertyEditor);
341341
property_editor->set_v_size_flags(SIZE_EXPAND_FILL);
342342
property_editor->set_h_size_flags(SIZE_EXPAND_FILL);
343+
property_editor->set_custom_minimum_size(Size2(10, 70));
343344
split->add_child(property_editor);
344345

345346
helper = memnew(AutotileEditorHelper(this));

0 commit comments

Comments
 (0)