Skip to content

Commit

Permalink
Vfx/fix colorfield height (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
iTris666 authored and julienf-unity committed May 14, 2020
1 parent 4dfb045 commit 6e1344f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions com.unity.visualeffectgraph/CHANGELOG.md
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Remove some shader warnings
- Fixed Sample Flipbbook Texture File Names
- height of initial event name.
- fix colorfield height.

## [7.3.0] - 2020-03-11
### Fixed
Expand Down
Expand Up @@ -185,6 +185,7 @@ Vector3PropertyRM VFXColorField

Vector3PropertyRM.propertyrm VFXVector3Field.fieldContainer
{
height: 20;
flex: 0 0 auto;
}

Expand Down

0 comments on commit 6e1344f

Please sign in to comment.