diff --git a/src/main/java/backend/Logic.java b/src/main/java/backend/Logic.java index 226d000..c724ced 100644 --- a/src/main/java/backend/Logic.java +++ b/src/main/java/backend/Logic.java @@ -41,6 +41,7 @@ public class Logic { private static final String ERROR_IO_EXCEPTION = "Encountered IOException for %s"; + //@@author James public Logic() { commandParser = new CommandParser(); authors = new HashMap(); diff --git a/src/main/resources/layouts/RootLayout.fxml b/src/main/resources/layouts/RootLayout.fxml index 0ce04db..1b278b2 100644 --- a/src/main/resources/layouts/RootLayout.fxml +++ b/src/main/resources/layouts/RootLayout.fxml @@ -1,5 +1,6 @@ + diff --git a/src/main/resources/styles/stylesheet.css b/src/main/resources/styles/stylesheet.css index 2e08278..fa668d5 100644 --- a/src/main/resources/styles/stylesheet.css +++ b/src/main/resources/styles/stylesheet.css @@ -1,3 +1,4 @@ +/* @@author Sebastian */ #root { -fx-padding: 10px; }