[Project Manager] Fix Wrap Long Project Title - #122204
Draft
CarrotOfPower wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
If this PR gets merged in master, I strongly recommand merging #122061 subsequently. |
CarrotOfPower
force-pushed
the
fix/wrap-long-project-title/4.7
branch
from
August 9, 2026 20:18
64bfb0c to
9041ed4
Compare
This was referenced Aug 12, 2026
Contributor
Author
CarrotOfPower
force-pushed
the
fix/wrap-long-project-title/4.7
branch
from
August 14, 2026 07:53
9041ed4 to
71cba15
Compare
CarrotOfPower
marked this pull request as draft
August 14, 2026 20:29
CarrotOfPower
force-pushed
the
fix/wrap-long-project-title/4.7
branch
6 times, most recently
from
August 15, 2026 21:18
33f6752 to
434e84e
Compare
CarrotOfPower
marked this pull request as ready for review
August 15, 2026 22:25
CarrotOfPower
force-pushed
the
fix/wrap-long-project-title/4.7
branch
5 times, most recently
from
August 16, 2026 20:02
797c6ce to
5bb90d6
Compare
CarrotOfPower
force-pushed
the
fix/wrap-long-project-title/4.7
branch
from
August 16, 2026 20:10
5bb90d6 to
3711f7c
Compare
CarrotOfPower
marked this pull request as draft
August 16, 2026 21:37
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
from
August 17, 2026 13:47
3711f7c to
1dbed53
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 the first Commit ([Project Manager] Fix Wrap Long Project Title) of #122061. If #122061 gets merged, this PR is solved.
What problem(s) does this PR solve?
title_size_cachethrough logic, so the value is calculated and save for future layout changes, while the magic number had to be adjusted for layout changes.#122075
wrap_long_project_title_empty_tag_container_bug.mp4
Difference to #122095
title_size_cachethrough logic, so the value is calculated and save for future layout changes, while the magic number had to be adjusted for layout changes.Note
This PR may seem broken.
This is because of the new compact mode in 4.8 Master.
#122061 has the fix for that behaviour and is built on top of this commit.
This is #122152:
various-fixes-for-project-title-wrapping.mp4
As you may notice, the tags do not resize at first, title and tags share the space somewhere in the middle.
Also, you see the errors from #122257 in the terminal window.
This PR:
122204-demo.mp4
It ensures 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.
Also, this PR is related to #122061, and it would be very easy to merge that PR into 4.8 Master, if this PR gets merged.
Additional information
Validated by building the Windows editor with SCons and testing it, as well as testing the test artifact for Windows.