Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix export dialog sizing issue on small devices #91291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

m4gr3d
Copy link
Contributor

@m4gr3d m4gr3d commented Apr 28, 2024

Fixes #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.

@KoBeWi
Copy link
Member

KoBeWi commented May 5, 2024

Another thing that could be scrollable is error list. It can get quite lengthy 🤔
image

EDIT:
Yeah with default size there is too little space:
image

EDIT2:
Since this tab is scrollable now, the Tree can get a minimum size. It's ridiculously small.
image

@Hicham12312
Copy link

How do I compile this to an apk so i can use it?

Fixes godotengine#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.
@m4gr3d m4gr3d force-pushed the fix_unreachable_export_button_android_editor branch from 401e1d1 to f0f98ff Compare May 13, 2024 08:17
@m4gr3d m4gr3d self-assigned this May 13, 2024
@KoBeWi
Copy link
Member

KoBeWi commented May 15, 2024

The errors are not visible at all now 🙃
ScrollContainer has no size by default, you should probably give it a minimum one.
The file Tree still needs minimum size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants