UI: Sculpt 'Inverse Cursor Color' Label

Shorten name of 'Inverse Cursor Color' to 'Inverse Color' so that it does not overflow its popover.

Differential Revision: https://developer.blender.org/D9274

Reviewed by Brecht Van Lommel
This commit is contained in:
Harley Acheson 2020-10-20 08:22:59 -07:00
parent e05ce1ea20
commit c0a0789af5
Notes: blender-bot 2023-12-22 20:14:11 +01:00
Referenced by commit 810f5b82ce, GPencil: Sculpt 'Inverse Cursor Color' Label to "Inverse Color"
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ class DisplayPanel(BrushPanel):
col.prop(brush, "cursor_color_add", text="Cursor Color")
if mode == 'SCULPT' and brush.sculpt_capabilities.has_secondary_color:
col.prop(brush, "cursor_color_subtract", text="Inverse Cursor Color")
col.prop(brush, "cursor_color_subtract", text="Inverse Color")
col.separator()