Skip to content

Fix project manager minimum size not being large enough#112696

Open
Calinou wants to merge 1 commit intogodotengine:masterfrom
Calinou:project-manager-fix-minimum-size
Open

Fix project manager minimum size not being large enough#112696
Calinou wants to merge 1 commit intogodotengine:masterfrom
Calinou:project-manager-fix-minimum-size

Conversation

@Calinou
Copy link
Member

@Calinou Calinou commented Nov 12, 2025

This caused UI elements to be cut off when the window was resized to its lowest allowed size.

Preview

Before After
Before After

@Calinou Calinou added this to the 4.6 milestone Nov 12, 2025
@Calinou Calinou requested a review from a team November 12, 2025 23:55
@arkology
Copy link
Contributor

I'm pretty sure some controls could be tweaked to fit UI into existing window size without increasing it.
I mean, increasing window size does not fix the root of the problem.
For example, to prevent vertical overflow we can put buttons on the right side into scroll container. I almost sure this will fix the problem.
That causes horizontal overflow? IDK, but maybe it may be title bar.

@arkology
Copy link
Contributor

arkology commented Nov 13, 2025

I've opened PR to fix vertical overflow (linked above).
Unfortunately I can not reproduce horizontal overflow, but most likely this is caused by title bar (its custom minimum size).

This caused UI elements to be cut off when the window was resized to
its lowest allowed size.
@Calinou Calinou force-pushed the project-manager-fix-minimum-size branch from 122a5fa to cf08b9a Compare December 18, 2025 01:35
@akien-mga akien-mga modified the milestones: 4.6, 4.x Jan 13, 2026
@KoBeWi
Copy link
Member

KoBeWi commented Feb 15, 2026

I also can't reproduce the horizontal overflow. The Show in File Manager button was removed, so the problem might be solved already.

@Repiteo Repiteo requested a review from a team as a code owner February 17, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants