Skip to content

Commit 97e1a63

Browse files
committed
Cover interesting coorinate scale denser
1 parent 84daafd commit 97e1a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-tests/YGPixelGridRounding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TEST(YogaTest, pixel_grid_rounding_table) {
1313
YGConfigSetPointScaleFactor(config, kPointScale);
1414

1515
const float kSeparatorHeight = 1 / kPointScale;
16-
const float kCellContentHeight = 100.5;
16+
const float kCellContentHeight = 44.5;
1717
const int kCellsCount = 100;
1818

1919
const YGNodeRef root = YGNodeNewWithConfig(config);

0 commit comments

Comments
 (0)