Skip to content

Commit 81c3c7e

Browse files
committed
Fixed conflict in custom_elements.py
1 parent ad871e4 commit 81c3c7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tkdesigner/figma/custom_elements.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ def to_code(self):
9090
anchor="nw",
9191
text="{self.text}",
9292
fill="{self.text_color}",
93-
font=("{self.font}", {int(self.font_size)} * -1),
94-
width={self.width}
93+
font=("{self.font}", {int(self.font_size)} * -1)
9594
)
9695
"""
9796

0 commit comments

Comments
 (0)