+ add theme

This commit is contained in:
oleting
2020-12-21 11:50:42 +01:00
parent 2576d83bb8
commit b03a9b2955

2
gui.py
View File

@@ -5,6 +5,7 @@ import PySimpleGUI as sg
import os.path
#sg.theme_previewer()
sg.theme('DarkGrey11')
java_file_list_column = [
[
@@ -47,6 +48,7 @@ layout = [
#sg.Column(file_list_column),
#sg.VSeparator(),
sg.Column(diagramm_viewer_column),
]
]