mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -252,7 +252,7 @@ async def test_scrollbar_gutter(
|
||||
from textual.geometry import Size
|
||||
|
||||
class TextWidget(Widget):
|
||||
def render(self, styles) -> Text:
|
||||
def render(self) -> Text:
|
||||
text_multiplier = 10 if text_length == "long_text" else 2
|
||||
return Text(
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In velit liber a a a."
|
||||
|
||||
Reference in New Issue
Block a user