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

Project Manager window overlaps when resizing with no projects and non-English language #101530

Closed
zedqwee opened this issue Jan 14, 2025 · 2 comments · Fixed by #101557
Closed

Comments

@zedqwee
Copy link

zedqwee commented Jan 14, 2025

Tested versions

Tested on: v4.3.stable.official [77dcf97], v4.4.dev7.official [46c8f8c]

System information

Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Forward+) - dedicated Radeon (TM) RX 480 Graphics - AMD Ryzen 7 2700 Eight-Core Processor (16 Threads)

Issue description

When resizing the Godot window (specifically when shrinking it), part of the Project Manager welcome screen gets cut off and overlapped. This issue only occurs when there are no created projects and the language is set to a non-English language (tested with Russian, Italian, and French). It appears that the 'no projects' window overlaps the rest of the menu.

Image

Steps to reproduce

  1. Open Godot Engine with no created projects (yet ;) ).
  2. Set the language to a non-English language (e.g., Russian, Italian, or French).
  3. Resize the Godot window.

Minimal reproduction project (MRP)

N/A

@akien-mga
Copy link
Member

Those buttons should likely be in a FlowContainer so they wrap over multiple rows when the window becomes too small.

@btgs-0
Copy link
Contributor

btgs-0 commented Jan 14, 2025

I've created pull request #101557 to fix this one

@akien-mga akien-mga added this to the 4.4 milestone Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants