-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Remove redundant tooltips from settings UI #14244
Conversation
@@ -1585,4 +1557,4 @@ | |||
<value>Set as default</value> | |||
<comment>Text label for a button that, when invoked, sets the selected color scheme as the default scheme to use.</comment> | |||
</data> | |||
</root> | |||
</root> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you saved this with a text editor, you may need to go re-save it with Visual Studio ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hah! Already did via VS! I know better than that :P
Hello @DHowett! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This removes all of the redundant tooltips from the settings UI. Since all of the settings are added through the SettingsContainer, it's a pretty simple change. Closes #14184 - [X] hover over all settings in the settings UI - [X] hover over all entries in the SUI nav view (cherry picked from commit 3eaa781) Service-Card-Id: 86390068 Service-Version: 1.15
## Summary of the Pull Request This removes all of the redundant tooltips from the settings UI. Since all of the settings are added through the SettingsContainer, it's a pretty simple change. Closes #14184 ## Validation Steps Performed - [X] hover over all settings in the settings UI - [X] hover over all entries in the SUI nav view (cherry picked from commit 3eaa781) Service-Card-Id: 86390069 Service-Version: 1.16
🎉 Handy links: |
🎉 Handy links: |
Summary of the Pull Request
This removes all of the redundant tooltips from the settings UI. Since all of the settings are added through the SettingsContainer, it's a pretty simple change.
Closes #14184
Validation Steps Performed