This commit is contained in:
oleting
2020-12-21 22:37:24 +01:00
parent b8c8c75f08
commit d645eba93b
2 changed files with 6 additions and 4 deletions

4
gui.py
View File

@@ -45,8 +45,8 @@ layout = [
[
sg.Column(java_file_list_column),
sg.VSeparator(),
#sg.Column(file_list_column),
#sg.VSeparator(),
sg.Column(file_list_column),
sg.VSeparator(),
sg.Column(diagramm_viewer_column),
]

View File

@@ -6,10 +6,12 @@ COMMENT this is a comment
fahre();
fahre();
while(shouldNiet()) {
while(shouldNiet())
{
niet();
niet();
if(true) {
if(true)
{
niet();
niet();
}