-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stretch instead of fill for grid children (#6424)
**Problem:** The inspector should show `Stretch` instead of `Fill` for grid children, and set `alignSelf`/`justifySelf` in those cases. **Fix:** 1. Set `alignSelf`/`justifySelf` to `stretch` if `Stretch` is selected in the inspector dropdown for grid children 2. Show `Stretch` instead of `Fill` for label for grid children (note: I opted for just changing the label here instead of having a different strategy altogether, since in my mind it's still fulfilling the goal of "filling" the parent – but lmk if this is the wrong take) Fixes #6423
- Loading branch information
Showing
9 changed files
with
232 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.