Skip to content

Conversation

FeodorFitsner
Copy link
Contributor

No description provided.

@FeodorFitsner FeodorFitsner merged commit b87fb5d into main Nov 11, 2022
@FeodorFitsner FeodorFitsner deleted the controls-s3 branch November 11, 2022 04:26
Comment on lines +196 to +204
# prefere_below
@property
def prefere_below(self) -> Optional[bool]:
return self._get_attr("prefereBelow", data_type="bool", def_value=False)

@prefere_below.setter
@beartype
def prefere_below(self, value: Optional[bool]):
self._set_attr("prefereBelow", value)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a little issue over here. I had to come right to this commit to see how the attribute was named in the tooltip.dart.
The little issue is the a simple grammar mistake: prefer and not prefere. (notice the e at the end)
Will make a PR for this right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants