Skip to content
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

capitalize support names in the UI for consistency #8089

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShaneDelmore
Copy link

Description

Just capitalized Tree and Normal plus added a space before (auto) for UI consistency.

Screenshots/Recordings/Graphs

image

Tests

I manually verified slicing still works and selects the correct support type

def->enum_labels.push_back(L("Normal (auto)"));
def->enum_labels.push_back(L("Tree (auto)"));
def->enum_labels.push_back(L("Normal (manual)"));
def->enum_labels.push_back(L("Tree (manual)"));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't update values, update labels only, otherwise all existing profiles/projects will break.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback, I'll revise this.

@ShaneDelmore ShaneDelmore force-pushed the capitalize_support_names branch from 410f3d5 to c3de1a1 Compare January 20, 2025 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants