Skip to content

Commit fed84cc

Browse files
authored
Merge pull request #1328 from edudepetris/edudepetris-patch-2
Update README.md
2 parents c60a11f + 82a8e29 commit fed84cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Extras:
119119
options you can pass when calling `addWidget()`
120120

121121
- `autoPosition` - tells to ignore `x` and `y` attributes and to place element to the first available position. Having either one missing will also do that.
122-
- `x`, `y` - (number) element position in row/column. Note: if one is missing this will `autoPosition` the item
122+
- `x`, `y` - (number) element position in column/row. Note: if one is missing this will `autoPosition` the item
123123
- `width`, `height` - (number) element size in row/column (default 1x1)
124124
- `maxWidth`, `minWidth`, `maxHeight`, `minHeight` - element constraints in row/column (default none)
125125
- `locked` - means another widget wouldn't be able to move it during dragging or resizing.

0 commit comments

Comments
 (0)