mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00:00
60a4cc2fbe
Fixes https://github.com/godotengine/godot/issues/73130 - Update the min height from `700` to `500` to match the editor's min height of `600` - Wrap the sections of the `TabContainer` within a `ScrollContainer`. This prevents the export dialog from trying to resize to fit the tallest of those sections, and make them accessible on small screen devices. |
||
---|---|---|
.. | ||
editor_export.cpp | ||
editor_export.h | ||
editor_export_platform.cpp | ||
editor_export_platform.h | ||
editor_export_platform_pc.cpp | ||
editor_export_platform_pc.h | ||
editor_export_plugin.cpp | ||
editor_export_plugin.h | ||
editor_export_preset.cpp | ||
editor_export_preset.h | ||
export_template_manager.cpp | ||
export_template_manager.h | ||
project_export.cpp | ||
project_export.h | ||
SCsub |