Skip to content

Commit cc66203

Browse files
committed
adjusted size
1 parent 637ac05 commit cc66203

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/InputActionsEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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" />
@@ -39,7 +39,7 @@
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>

0 commit comments

Comments
 (0)