Skip to content

Commit

Permalink
Remove label_font in the constructor of Button.
Browse files Browse the repository at this point in the history
For the sake that it will not clutter up the code. Made as a nice-to-have at #39.
  • Loading branch information
skytreader committed Apr 23, 2018
1 parent b41cdd2 commit 8973467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Button(CommonUI):
VPADDING = 18
HPADDING = 18

def __init__(self, label, color, position, label_font=None):
def __init__(self, label, color, position):
"""
Draws a rectangular button.
Expand Down

0 comments on commit 8973467

Please sign in to comment.