godot/editor/export
Fredia Huya-Kouadio 60a4cc2fbe Fix export dialog sizing issue on small devices
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.
2024-05-18 11:27:50 -07:00
..
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 Fix export dialog sizing issue on small devices 2024-05-18 11:27:50 -07:00
project_export.h
SCsub