This commit is contained in:
oleting
2020-12-21 10:11:11 +01:00
parent 95671f2ead
commit 88a01db30a

2
gui.py
View File

@@ -29,7 +29,7 @@ file_list_column = [
]
diagramm_viewer_column = [
[sg.Text("Choose your Code from the left: ")],
[sg.Text("Choose your Code from the left. ")],
[sg.Text(size=(40, 1), key="-TOUT-")],
[sg.Image(key='-IMAGE-')],
]