Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Jul 27, 2024
1 parent 4e616ba commit b06323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/gui/experimental/password_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def do_render(self, surface: Surface):
anchor_x="left",
anchor_y="bottom",
align="left",
width=self.width,
width=int(self.width),
font_name=self._font_name,
font_size=self._font_size,
color=self._asterisk_color,
Expand Down

0 comments on commit b06323c

Please sign in to comment.