mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
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
This commit is contained in:
parent
e0fb05ad30
commit
4659b2ad4a
@ -136,6 +136,8 @@ void ExportTemplateManager::_update_template_list() {
|
||||
|
||||
installed_vb->add_child(hbc);
|
||||
}
|
||||
|
||||
_fix_size();
|
||||
}
|
||||
|
||||
void ExportTemplateManager::_download_template(const String &p_version) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user