mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
test fix
This commit is contained in:
@@ -18,7 +18,7 @@ class Box(Widget, can_focus=True):
|
||||
|
||||
class JustABox(App):
|
||||
def compose(self) -> ComposeResult:
|
||||
|
||||
# yield Container(Box(classes="box"))
|
||||
yield Horizontal(
|
||||
Vertical(
|
||||
Box(id="box1", classes="box"),
|
||||
|
||||
@@ -128,7 +128,7 @@ class CssSource(NamedTuple):
|
||||
|
||||
content: str
|
||||
is_defaults: bool
|
||||
tie_breaker: int
|
||||
tie_breaker: int = 0
|
||||
|
||||
|
||||
@rich.repr.auto(angular=True)
|
||||
|
||||
Reference in New Issue
Block a user