fix scrollbar thumb height

This commit is contained in:
Will McGugan
2023-03-23 20:59:44 +00:00
parent 11cf1f1d28
commit 1e4dd1cee4
3 changed files with 7 additions and 4 deletions

View File

@@ -334,3 +334,9 @@ def test_tabs_invalidate(snap_compare):
SNAPSHOT_APPS_DIR / "tabs_invalidate.py",
press=["tab", "right"],
)
def test_scrollbar_thumb_height(snap_compare):
assert snap_compare(
SNAPSHOT_APPS_DIR / "scrollbar_thumb_height.py",
)