Skip to content

Commit 309872a

Browse files
committed
Add label
1 parent b334271 commit 309872a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acquisitionGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def extract_thread():
122122
sg.Push(),
123123
sg.Button('Extract', size=(15, 1), key='-EXTRACT-'),
124124
sg.Button('Exit', size=(15, 1), key='-EXIT-'),
125-
sg.Push()
125+
sg.Text('LabCIF - 2023', size=(30, 1), justification='center', font=("Helvetica", 10)),
126126
]
127127
]
128128

0 commit comments

Comments
 (0)