mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove arrangement spacing (#2157)
* remove arrangement spacing * snapshot test * comment * changelog
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user