Reformat code
This commit is contained in:
parent
c57ffddcad
commit
2d7fee7ee5
@ -237,9 +237,11 @@ class ContextMenuCheckbox(Checkbox):
|
|||||||
"""The component that contains the checkbox."""
|
"""The component that contains the checkbox."""
|
||||||
|
|
||||||
tag = "ContextMenu.CheckboxItem"
|
tag = "ContextMenu.CheckboxItem"
|
||||||
|
|
||||||
# Text to render as shortcut.
|
# Text to render as shortcut.
|
||||||
shortcut: Var[str]
|
shortcut: Var[str]
|
||||||
|
|
||||||
|
|
||||||
class ContextMenu(ComponentNamespace):
|
class ContextMenu(ComponentNamespace):
|
||||||
"""Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press."""
|
"""Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press."""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user