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 Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystore 2024-04-22 12:52:03 +02:00
editor_export.h Don't invoke adb with no runnable Android preset 2024-02-15 22:37:32 +01:00
editor_export_platform.cpp Merge pull request #84711 from mihe/double-export-feature 2024-04-26 11:08:15 +02:00
editor_export_platform.h Fix loading GDExtension dependencies on Android 2024-04-19 07:55:08 -07:00
editor_export_platform_pc.cpp Revert pack trimming introduced by #82084 2024-04-10 12:00:04 +02:00
editor_export_platform_pc.h Allow exporting release Android builds without a debug keystore 2023-06-19 01:00:13 -03:00
editor_export_plugin.cpp Fix loading GDExtension dependencies on Android 2024-04-19 07:55:08 -07:00
editor_export_plugin.h Fix loading GDExtension dependencies on Android 2024-04-19 07:55:08 -07:00
editor_export_preset.cpp Merge pull request #88419 from m4gr3d/add_export_preset_advanced_options_toggle 2024-02-19 00:08:22 +01:00
editor_export_preset.h Add an Advanced Options toggle to the editor export preset 2024-02-18 10:43:58 -08:00
export_template_manager.cpp [Scene] Add SceneStringNames::pressed 2024-05-14 15:51:28 +02:00
export_template_manager.h Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
project_export.cpp Fix export dialog sizing issue on small devices 2024-05-18 11:27:50 -07:00
project_export.h [Native File Dialog] Add support for using native dialogs in the editor. 2024-03-28 11:53:03 +02:00
SCsub