[4.7][Project Manager] Fix Wrap Long Project Title - #122350
Open
CarrotOfPower wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
I did it for 4.7 because
|
This was referenced Aug 13, 2026
CarrotOfPower
force-pushed
the
fix/wrap-long-project-title-4.7
branch
5 times, most recently
from
August 16, 2026 12:05
0ad6456 to
8dd30dc
Compare
Fixes several issues where long project titles were not wrapping correctly in the project list. Co-authored-by: unit-tick <official.prince.john@gmail.com>
CarrotOfPower
force-pushed
the
fix/wrap-long-project-title-4.7
branch
3 times, most recently
from
August 16, 2026 20:16
c2f696a to
622811f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is meant to be cherry-picked for 4.7.2.
It uses a value for
title_size_cache, different to the PR for 4.8 Master, wich replaces the magic number through logic. This value does work in 4.7.x, but not in 4.8 Master.That's ok, since the 4.7 PM layout won't be drastically changed in future.
What problem(s) does this PR solve?
#122075
wrap_long_project_title_empty_tag_container_bug.mp4
Difference to #122095
This is #122095:
I cherry-picked godotengine/godot#122095 for 4.7 and built it using SCons:
various-fixes-for-project-title-wrapping-applied-on-4.7.mp4
As you may notice ...
Also, you see the errors from Memory leak when resizing the Project Manager to minimum width #122257 in the terminal window.
This PR:
4.7.fix-wrap-long-project-title-result-scale-2.2-demo.mp4
It ensures correct sizing and that the tags do resize at first, so the title can take mor space, which can be used more efficiently.
You don't see any errors in the terminal window.
Additional information
Validated by building the Windows editor with SCons and testing it, as well as testing the test artifact for Windows.