We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4e02d commit b4b4b3cCopy full SHA for b4b4b3c
Editor/Editors/TriEditor.cs
@@ -60,6 +60,7 @@ public static VisualElement CreateInspector(Action<VisualElement> onGui)
60
61
var space = container.resolvedStyle.left + container.resolvedStyle.right + labelExtraPadding;
62
63
+ EditorGUIUtility.wideMode = true;
64
EditorGUIUtility.hierarchyMode = false;
65
EditorGUIUtility.labelWidth = Mathf.Max(labelMinWidth,
66
container.resolvedStyle.width * labelWidthRatio - space);
0 commit comments