Add and adjust more scroll hints in the editor

This commit is contained in:
Michael Alexsander
2025-12-15 17:06:00 -03:00
parent 24333c4e3d
commit a45bdce763
12 changed files with 115 additions and 20 deletions

View File

@@ -817,6 +817,11 @@ LocalizationEditor::LocalizationEditor() {
translation_res_option_add_button = addtr;
thb->add_child(addtr);
mc = memnew(MarginContainer);
mc->set_theme_type_variation("NoBorderHorizontalBottom");
mc->set_v_size_flags(SIZE_EXPAND_FILL);
tvb->add_child(mc);
translation_remap_options = memnew(Tree);
translation_remap_options->set_v_size_flags(Control::SIZE_EXPAND_FILL);
translation_remap_options->set_columns(2);