Skip to content

Commit

Permalink
Updated progress bar length
Browse files Browse the repository at this point in the history
  • Loading branch information
heyJordanParker committed Dec 29, 2021
1 parent d362ec9 commit 6a3c1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def initializeControlFrame():
controlFrame,
orient='horizontal',
mode='indeterminate',
length=280,
length=260,
)
progressIndicator.grid(row = 2, column=0, columnspan=2, sticky=tk.W)
progressIndicator.grid_remove()
Expand Down

0 comments on commit 6a3c1a7

Please sign in to comment.