Skip to content

Commit

Permalink
fix: wrond direction in description
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Feb 8, 2024
1 parent 6549575 commit 4c88820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{
"name": "wrapItems",
"type": "CORE:BlueprintAttribute",
"description": "When using vertical direction, make items wrap under eachother when width is getting too small to fit all items",
"description": "When using horizontal direction, make items wrap under eachother when width is getting too small to fit all items",
"attributeType": "boolean",
"optional": true,
"default": false
Expand Down

0 comments on commit 4c88820

Please sign in to comment.