Skip to content

Commit

Permalink
[UX] Changed format of number parameters in combobox in table editors
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndysc committed May 3, 2024
1 parent 9e1fb77 commit 5604ddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public ParameterOption(long value, string name)

public override string ToString()
{
return $"{Name} ({Value})";
return $"{Value}: {Name}";
}
}

Expand Down

0 comments on commit 5604ddb

Please sign in to comment.