mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #2679 from davep/fix-dock-type-warning
Fix the dock type warning
This commit is contained in:
@@ -570,7 +570,7 @@ class DockProperty:
|
||||
"""
|
||||
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.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user