Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jun 11, 2018
1 parent c2af77e commit 56c5d9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tk_tools/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,10 +1020,8 @@ class SevenSegment(tk.Frame):
:param parent: the tk parent frame
:param height: the widget height (defaults to 50)
:param digit_color: the digit color (tkinter
color specifications apply, such as 'black' or '#ff0000')
:param background: the background color (tkinter
color specifications apply, such as 'black' or '#ff0000')
:param digit_color: the digit color (ex: 'black', '#ff0000')
:param background: the background color (ex: 'black', '#ff0000')
"""
def __init__(self, parent, height=50,
digit_color='black', background='white'):
Expand Down

0 comments on commit 56c5d9a

Please sign in to comment.