size properties

This commit is contained in:
Will McGugan
2022-07-04 21:15:24 +01:00
parent d7f463f3eb
commit 0ba3ffb171
10 changed files with 23 additions and 23 deletions

View File

@@ -277,5 +277,5 @@ async def test_scrollbar_gutter(
app = MyTestApp(test_name="scrollbar_gutter", size=Size(80, 10))
await app.boot_and_shutdown()
assert text_widget.size.width == expected_text_widget_width
assert text_widget.outer_size.width == expected_text_widget_width
assert container.scrollbars_enabled[0] is expects_vertical_scrollbar