Skip to content
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
<Style src="project://database/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditorStyles.uss?fileID=7433441132597879392&amp;guid=7dac9c49a90bca4499371d0adc9b617b&amp;type=3#InputActionsEditorStyles"/>
<ui:VisualElement name="action-editor" style="flex-direction: column; flex-grow: 1;">
<ui:VisualElement name="action-editor" style="flex-direction: column; flex-grow: 1; min-width: 520px;">
Comment thread
K-Tone marked this conversation as resolved.
Outdated
<ui:VisualElement name="control-schemes-toolbar-container">
<uie:Toolbar>
<ui:VisualElement style="flex-direction: row; flex-grow: 1;">
Expand Down
Loading