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 20e4150 commit 215f26eCopy full SHA for 215f26e
Packages/com.unity.inputsystem/InputSystem/Editor/DownloadableSample.cs
@@ -72,8 +72,8 @@ public override void OnInspectorGUI()
72
Rect rect = EditorGUILayout.GetControlRect(true, 20);
73
74
GUI.Label(rect, new GUIContent(req), EditorStyles.label);
75
- rect.width -= 160;
76
- rect.x += 160;
+ rect.width -= 200;
+ rect.x += 200;
77
if (add != null || !list.IsCompleted)
78
{
79
using (new EditorGUI.DisabledScope(true))
0 commit comments