Skip to content

Commit 82a8e29

Browse files
authored
Update README.md
Update the readme.md file in order to map x with column and y with row Ref: #1327
1 parent c60a11f commit 82a8e29

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)