mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -570,7 +570,7 @@ class DockProperty:
|
|||||||
"""
|
"""
|
||||||
return cast(DockEdge, obj.get_rule("dock", ""))
|
return cast(DockEdge, obj.get_rule("dock", ""))
|
||||||
|
|
||||||
def __set__(self, obj: Styles, dock_name: str | None):
|
def __set__(self, obj: StylesBase, dock_name: str | None):
|
||||||
"""Set the Dock property.
|
"""Set the Dock property.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|||||||
Reference in New Issue
Block a user