File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ static InputActionsEditorWindow()
2929 InputActionAssetEditor . RegisterType < InputActionsEditorWindow > ( ) ;
3030 }
3131
32- static readonly Vector2 k_MinWindowSize = new Vector2 ( 650 , 450 ) ;
32+ static readonly Vector2 k_MinWindowSize = new Vector2 ( 740 , 450 ) ;
3333 // For UI testing purpose
3434 internal InputActionAsset currentAssetInEditor => m_AssetObjectForEditing ;
3535 [ SerializeField ] private InputActionAsset m_AssetObjectForEditing ;
Original file line number Diff line number Diff line change 2828 </ui:VisualElement>
2929 <ui:VisualElement name="rclick-area-to-add-new-action-map" style="flex-direction: column; flex-grow: 1;" />
3030 </ui:VisualElement>
31- <ui:TwoPaneSplitView name="actions-and-properties-split-view" fixed-pane-index="1" fixed-pane-initial-dimension="300 " style="height: auto; min-width: 450px;">
31+ <ui:TwoPaneSplitView name="actions-and-properties-split-view" fixed-pane-index="1" fixed-pane-initial-dimension="320 " style="height: auto; min-width: 450px;">
3232 <ui:VisualElement name="actions-container" class="body-panel-container">
3333 <ui:VisualElement name="header" class="body-panel-header" style="justify-content: space-between;">
3434 <ui:Label text="Actions" display-tooltip-when-elided="true" name="actions-label" />
3939 </ui:VisualElement>
4040 <ui:VisualElement name="rclick-area-to-add-new-action" style="flex-direction: column; flex-grow: 1;" />
4141 </ui:VisualElement>
42- <ui:VisualElement name="properties-container" class="body-panel-container body-panel-container" style="min-width: 295px ;">
42+ <ui:VisualElement name="properties-container" class="body-panel-container body-panel-container" style="min-width: 310px ;">
4343 <ui:VisualElement name="header" class="body-panel-header">
4444 <ui:Label text="Action Properties" display-tooltip-when-elided="true" name="properties-header-label" />
4545 </ui:VisualElement>
You can’t perform that action at this time.
0 commit comments