Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/java/github/weichware10/analyse/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public class Main extends Application {
public static Stage primaryStage;
public static DataBaseClient dataBaseClient;
public static String databaseUrl;
public static final int MINWIDTH = 800;
public static final int MINHEIGHT = 850;
public static final int MINWIDTH = 730;
public static final int MINHEIGHT = 570;

/**
* Einstiegspunkt der Analyse.
Expand Down
Loading