remove arrangement spacing (#2157)

* remove arrangement spacing

* snapshot test

* comment

* changelog
This commit is contained in:
Will McGugan
2023-03-28 15:27:01 +01:00
committed by GitHub
parent 17c6f3fc2a
commit b005c13956
8 changed files with 217 additions and 14 deletions

View File

@@ -340,3 +340,8 @@ def test_scrollbar_thumb_height(snap_compare):
assert snap_compare(
SNAPSHOT_APPS_DIR / "scrollbar_thumb_height.py",
)
def test_layer_fix(snap_compare):
# Check https://github.com/Textualize/textual/issues/1358
assert snap_compare(SNAPSHOT_APPS_DIR / "layer_fix.py", press=["d"])