Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Packages/com.unity.inputsystem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ however, it has to be formatted properly to pass verification tests.
### Fixed

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

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
padding-top: 4px;
padding-bottom: 4px;
border-bottom-width: 1px;
height: 28px;
min-height: 28px;
font-size: 14px;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, awesome, so we already had sizes defined in a css, just needed to change particular values. Thanks for doing this Josep!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, ideally, it would be better to hook these values to global editor variables to stay always in sync.

height: 20px;
min-height: 20px;
font-size: 12px;
-unity-font-style: bold;
align-items: center;
justify-content: flex-start;
Expand Down