Skip to content

Commit a49c0b2

Browse files
CHANGE: [UX/UI] Fixed-item-height in Actions aligned with Action Maps height (#2360)
1 parent 55d080e commit a49c0b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<ui:Button display-tooltip-when-elided="true" name="add-new-action-button" style="align-items: auto;"/>
3636
</ui:VisualElement>
3737
<ui:VisualElement name="body">
38-
<ui:TreeView view-data-key="unity-tree-view" focusable="true" name="actions-tree-view" show-border="false" reorderable="true" show-alternating-row-backgrounds="None" fixed-item-height="20"/>
38+
<ui:TreeView view-data-key="unity-tree-view" focusable="true" name="actions-tree-view" show-border="false" reorderable="true" show-alternating-row-backgrounds="None" />
3939
</ui:VisualElement>
4040
<ui:VisualElement name="rclick-area-to-add-new-action" style="flex-direction: column; flex-grow: 1;"/>
4141
</ui:VisualElement>

0 commit comments

Comments
 (0)