Skip to content

Commit 48149e1

Browse files
FIX: Align title font size with toolbar style in Input Action window (#2328)
1 parent d919ab2 commit 48149e1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ however, it has to be formatted properly to pass verification tests.
1818
### Fixed
1919

2020
- Fixed the `Auto-Save` toggle button with some extra pixels to align the text in the window better.
21+
- Align title font size with toolbar style in `Input Action` window.
2122

2223
### Added
2324

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditorStyles.uss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
padding-top: 4px;
107107
padding-bottom: 4px;
108108
border-bottom-width: 1px;
109-
height: 28px;
110-
min-height: 28px;
111-
font-size: 14px;
109+
height: 20px;
110+
min-height: 20px;
111+
font-size: 12px;
112112
-unity-font-style: bold;
113113
align-items: center;
114114
justify-content: flex-start;

0 commit comments

Comments
 (0)