Skip to content

Commit

Permalink
fix toga progress bar API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed Jul 22, 2023
1 parent c5c705d commit 2e8194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maestral_cocoa/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def __init__(
app: toga.App | None = None,
) -> None:
self.progress_bar = toga.ProgressBar(
max=0,
max=None,
style=Pack(
width=self.CONTENT_WIDTH,
padding=(0, 0, 10, 0),
Expand Down

0 comments on commit 2e8194f

Please sign in to comment.