Skip to content

Commit

Permalink
Formatting fix for alert message length change.
Browse files Browse the repository at this point in the history
  • Loading branch information
nluzod committed Jul 15, 2013
1 parent 8cbe4c5 commit f60f031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions display/gui/tkinter_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
VIEWPORT_PADDING = 10
ALERT_DURATION = 5

LOGGER_WIDTH = 49
PAD_MENU = 83
LOGGER_WIDTH = 51
PAD_MENU = 91

COLOR_LIGHT = '#4E4D4A'
COLOR_DARK = '#353432'
Expand Down

0 comments on commit f60f031

Please sign in to comment.