Skip to content

Commit 2a0f0c5

Browse files
committed
ProcessStatusBar: remove label_pad arg
1 parent a6221d9 commit 2a0f0c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qtapputils/widgets/statusbar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ def __init__(self, parent=None, iconsize=24, ndots=11,
3535
orientation=Qt.Horizontal, spacing: int = 5,
3636
contents_margin: list = None,
3737
hsize_policy='minimum', vsize_policy='minimum',
38-
text_valign='center', icon_valign='center',
39-
label_pad: int = 5):
38+
text_valign='center', icon_valign='center'):
4039
"""
4140
A process status bar including an icon and a label.
4241

0 commit comments

Comments
 (0)