Skip to content

Commit

Permalink
up with len()
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Mar 3, 2024
1 parent 7c66ce5 commit 20646e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def __init__(self, parent=None):
self.connectedstatus.setFixedWidth(100)
self.protocolstatus.setFixedWidth(200)
self.progressstatus.setFixedWidth(150)
self.infostatus.setFixedWidth(200)
self.infostatus.setFixedWidth(250)

self.refreshtimebox = widgets.QSpinBox()
self.refreshtimebox.setRange(5, 2000)
Expand Down

0 comments on commit 20646e8

Please sign in to comment.