Skip to content

Commit

Permalink
bg locked screen label
Browse files Browse the repository at this point in the history
  • Loading branch information
antnieszka committed Sep 4, 2014
1 parent 307f12e commit 5fed9c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion serial_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def update_from_serial():

padTopLabel = (90,40)
padYLabel = 38
bgLabelLocked = '#eaf3fb'
# background settings for labels
bgRow1 = '#fefffc'
bgRow2 = '#e7f2f7'
Expand Down Expand Up @@ -296,7 +297,8 @@ def update_from_serial():

# info for keyCode block window
labStepTime = Label(wrapper, {"text":"Oczekiwanie na autoryzację...", \
"font":labelFont, "width":None, "justify":RIGHT, "wraplength":"500"})
"font":labelFont, "width":None, "justify":RIGHT, "wraplength":"500", \
"bg":bgLabelLocked})
#labStepTime.grid(row=2, column=2, pady=20)
labStepTime.place(x=200, y=200)

Expand Down

0 comments on commit 5fed9c9

Please sign in to comment.