diff --git a/src/Layout-test-utils.c b/src/Layout-test-utils.c index 9c25acb1..c1dd9e6e 100644 --- a/src/Layout-test-utils.c +++ b/src/Layout-test-utils.c @@ -29,7 +29,7 @@ __forceinline const float fminf(const float a, const float b) { #define SMALL_WIDTH 35 #define SMALL_HEIGHT 18 #define BIG_WIDTH 172 -#define BIG_HEIGHT 37 +#define BIG_HEIGHT 36 #define BIG_MIN_WIDTH 100 #define SMALL_TEXT "small" #define LONG_TEXT "loooooooooong with space" diff --git a/src/Layout-test-utils.js b/src/Layout-test-utils.js index abaa6e17..bb707763 100644 --- a/src/Layout-test-utils.js +++ b/src/Layout-test-utils.js @@ -408,7 +408,7 @@ var layoutTestUtils = (function() { smallWidth: 34.671875, smallHeight: 18, bigWidth: 172.421875, - bigHeight: 37, + bigHeight: 36, bigMinWidth: 100.4375 };