@@ -7927,8 +7927,8 @@ mod tests {
let scroll_bounds = tab_bar_scroll_handle.bounds();
let scroll_offset = tab_bar_scroll_handle.offset();
assert!(tab_bounds.right() <= scroll_bounds.right());
- // -38.5 is the magic number for this setup- assert_eq!(scroll_offset.x, px(-38.5));
+ // -39.5 is the magic number for this setup
+ assert_eq!(scroll_offset.x, px(-39.5));
assert!(
!tab_bounds.intersects(&new_tab_button_bounds),
"Tab should not overlap with the new tab button, if this is failing check if there's been a redesign!"