Fixed layout issues in Unity 6, where height was not set to 22px on parent VisualElement

This commit is contained in:
Anders Ejlersen 2024-07-18 19:27:13 +02:00
parent 70e110496e
commit 2a354e7da5
4 changed files with 29 additions and 4 deletions

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [1.9.5] - 2024-07-18
### Fixed
- Fixed layout issues in Unity 6, where height was not set to 22px on parent VisualElement
## [1.9.4] - 2024-04-18
### Added