From 4a3bcfa1026b0be5a87f6540e61b94241bd91e3b Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Mon, 11 Apr 2022 23:08:23 -0700 Subject: Fix T97100: Fix ordering in color attribute list items The new tab in the properties panel for "Color Attributes" shows the data type and domain, just like the Attributes tab. The issue is that the UI does not scale well and can only display the full names when dragged to an extreme width. This is due to the inclusion of the render icon in between the attribute name and attribute type description. This patch changes the order that items are displayed in the Color Attributes Panel. Moving the render icon to the very right. The result is consistent with other parts of the Blender UI and does not take as much space to display the full text. Reviewed By: @jbakker Differential Revision: https://developer.blender.org/D14567 Ref D14567 --- release/datafiles/locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/datafiles') diff --git a/release/datafiles/locale b/release/datafiles/locale index 63699f96834..716dc02ec30 160000 --- a/release/datafiles/locale +++ b/release/datafiles/locale @@ -1 +1 @@ -Subproject commit 63699f968344db7dc853d2c5972325beea44900c +Subproject commit 716dc02ec30c0810513f7b4adc4ae865ae50c4e6 -- cgit v1.2.3