mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
size properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user