Skip to content

Commit dee3ee7

Browse files
committed
Merge pull request #104849 from syntaxerror247/overflow
Fix input config dialog overflow on Android Editor
2 parents c23832b + a7b7220 commit dee3ee7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/input_event_configuration_dialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ InputEventConfigurationDialog::InputEventConfigurationDialog() {
674674

675675
input_list_tree = memnew(Tree);
676676
input_list_tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
677-
input_list_tree->set_custom_minimum_size(Size2(0, 300 * EDSCALE)); // Min height for tree
678677
input_list_tree->connect("item_activated", callable_mp(this, &InputEventConfigurationDialog::_input_list_item_activated));
679678
input_list_tree->connect(SceneStringName(item_selected), callable_mp(this, &InputEventConfigurationDialog::_input_list_item_selected));
680679
input_list_tree->set_v_size_flags(Control::SIZE_EXPAND_FILL);

0 commit comments

Comments
 (0)