Skip to content

Commit 4467a03

Browse files
[Docs] - Updated size snapping description based on recent changes to expand vs shrink
1 parent e8afeb4 commit 4467a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/website/source/reduce-flakiness/position-and-size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ SizedBox(
152152
```
153153

154154
The version with `PixelSnapCenter` positions the square at `(12, 12)` and forces the
155-
square to become `(24, 24)`. No more partial pixels.
155+
square to become `(25, 25)`. No more partial pixels.
156156

157157
These snapping widgets MUST be used when building Golden Scenes, to ensure that new/updated
158158
goldens are consistent with extracted goldens. However, if desired, these widgets can also

0 commit comments

Comments
 (0)