Skip to content

Commit

Permalink
Fixed conflict in custom_elements.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbaldwin committed Aug 6, 2021
1 parent ad871e4 commit 81c3c7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tkdesigner/figma/custom_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def to_code(self):
anchor="nw",
text="{self.text}",
fill="{self.text_color}",
font=("{self.font}", {int(self.font_size)} * -1),
width={self.width}
font=("{self.font}", {int(self.font_size)} * -1)
)
"""

Expand Down

0 comments on commit 81c3c7e

Please sign in to comment.