Skip to content

Commit

Permalink
Adjusted height again to satisfy LM laptop resolution requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
nluzod committed Jul 15, 2013
1 parent f60f031 commit 521d225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/gui/tkinter_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, name, image_processors={}):

### Top Frame
self.top_frame = TopFrame(self.frame, self, image_processors,
bg=COLOR_DARK, padx=0, pady=5)
bg=COLOR_DARK, padx=0, pady=0)

### Bottom Frame
self.bot_frame = BotFrame(self.frame, self, image_processors,
Expand Down

0 comments on commit 521d225

Please sign in to comment.