Skip to content

Commit

Permalink
extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Sep 16, 2024
1 parent 3dff20b commit 4aa6f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestalt/convert/phoebus/CSSTabbedGroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def write(self, screen):
def place(self, child, x=None, y=None, keep_original=False):
the_font = self.font.val()

tab_width = GestaltGenerator.get_text_width(the_font["family"], int(the_font["size"]), child.,name) + 10
tab_width = GestaltGenerator.get_text_width(the_font["family"], int(the_font["size"]), child.name) + 10

next_tab = CSSWidget("ActionButton", name=child.name + "_tab")
next_tab["geometry"] = Rect("{x}x{y}x{wid}x{hei}".format(x=self.tab_offset, y=0, wid=tab_width, hei=self.tab_height))
Expand Down

0 comments on commit 4aa6f8d

Please sign in to comment.