Browse Source

Fix overflow in export template manager

Fixes the possible overflow of buttons after downloading the
current export template with using custom fonts or custom font size.

Fix #48826
Jonas Bernemann 4 years ago
parent
commit
4659b2ad4a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      editor/export_template_manager.cpp

+ 2 - 0
editor/export_template_manager.cpp

@@ -136,6 +136,8 @@ void ExportTemplateManager::_update_template_list() {
 
 
 		installed_vb->add_child(hbc);
 		installed_vb->add_child(hbc);
 	}
 	}
+
+	_fix_size();
 }
 }
 
 
 void ExportTemplateManager::_download_template(const String &p_version) {
 void ExportTemplateManager::_download_template(const String &p_version) {