SG-40506: Add space between option and arrow and make cmake detect changes #1058
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.
SG-40506: Flow Production Tracking' option collides with arrow indicator within File menu in timeline
Summarize your change.
Increased padding-right to the menu items such that the right arrow is no longer right next to the menu item text. Changed the cmake file to be able to detect changes to the qss files and update the binaries when change is made.
Describe the reason for the change.
Previously, the right arrow would be extremely close to the menu item text that was the longest. This fix makes the menu look less cramped. As for the cmake file, we realized that when updating the .qss files, despite rebuilding RV, the changes would not get picked up. After changing the cmake file, when making changes in the .qss files, they get picked up correctly and the new build would properly show the changes.
Describe what you have tested and on which operating system.
Tested the cmake file to see if it detects changes to .qss files and include them when rebuilding and tested the extra padding to see if the text is still cramped. Both were tested on macOS
If possible, provide screenshots.
The right arrow is no longer right next to the longest menu item