FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 94852b40 authored by Rob Thompson's avatar Rob Thompson
Browse files

Update log_in.py

parent 0e724433
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ location = "lab" #alter for other locations, e.g. lecture room
# Set up the GUI
# Define the window's contents
layout = [[sg.Image('MaterialscienceCOL.png',
layout = [[sg.Image(data=MaterialscienceCOL,
background_color='white',pad=5)],
#[sg.Text("Swipe your card to record attendance:",
# text_color='black',
......@@ -24,7 +24,7 @@ layout = [[sg.Image('MaterialscienceCOL.png',
font=('bold', 20),
text_color='black',
background_color='white',pad=5)],
[sg.Image('down_arrow.png',
[sg.Image(data=down_arrow,
background_color='white',pad=5)],
[sg.Button(bind_return_key=True,
visible=False)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment