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 --- source/tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tools') diff --git a/source/tools b/source/tools index f4af5ed5a70..1e658ca996f 160000 --- a/source/tools +++ b/source/tools @@ -1 +1 @@ -Subproject commit f4af5ed5a705c5d048b137ba56a6cf9295681ec5 +Subproject commit 1e658ca996f11e5ff3398d89bd81f5b719304a57 -- cgit v1.2.3