diff --git a/src/de/t_battermann/dhbw/todolist/Controller.java b/src/de/t_battermann/dhbw/todolist/Controller.java
index db33cf7..2a8fd10 100644
--- a/src/de/t_battermann/dhbw/todolist/Controller.java
+++ b/src/de/t_battermann/dhbw/todolist/Controller.java
@@ -259,7 +259,7 @@ public class Controller {
private void showMainWindow() {
primaryStage.setTitle("TodoList :: " + currentUser.getUsername() + " > Default");
try {
- primaryStage.setScene(new Scene(FXMLLoader.load(getClass().getResource("main.fxml")),600,500));
+ primaryStage.setScene(new Scene(FXMLLoader.load(getClass().getResource("main.fxml")),950,650));
} catch (IOException e) {
ErrorPrinter.printError("showMainWindow > Failed to open window 'main'! Goodbye!");
e.printStackTrace();
diff --git a/src/de/t_battermann/dhbw/todolist/add.png b/src/de/t_battermann/dhbw/todolist/add.png
new file mode 100644
index 0000000..694303f
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/add.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/add.svg b/src/de/t_battermann/dhbw/todolist/add.svg
new file mode 100644
index 0000000..18d47a0
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/add.svg
@@ -0,0 +1,68 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/attention.png b/src/de/t_battermann/dhbw/todolist/attention.png
new file mode 100644
index 0000000..4183d49
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/attention.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/attention.svg b/src/de/t_battermann/dhbw/todolist/attention.svg
new file mode 100644
index 0000000..351ba29
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/attention.svg
@@ -0,0 +1,78 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/done.png b/src/de/t_battermann/dhbw/todolist/done.png
new file mode 100644
index 0000000..feb6a04
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/done.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/done.svg b/src/de/t_battermann/dhbw/todolist/done.svg
new file mode 100644
index 0000000..dfc973c
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/done.svg
@@ -0,0 +1,68 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/email.png b/src/de/t_battermann/dhbw/todolist/email.png
new file mode 100644
index 0000000..905eb5f
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/email.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/email.svg b/src/de/t_battermann/dhbw/todolist/email.svg
new file mode 100644
index 0000000..783286f
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/email.svg
@@ -0,0 +1,79 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/main.fxml b/src/de/t_battermann/dhbw/todolist/main.fxml
index feb19e8..aab3c70 100644
--- a/src/de/t_battermann/dhbw/todolist/main.fxml
+++ b/src/de/t_battermann/dhbw/todolist/main.fxml
@@ -14,11 +14,39 @@
-
-
+
+
-
-
+
+
@@ -32,14 +60,42 @@
-
+
-
-
-
+
+
+
@@ -48,13 +104,55 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
@@ -89,7 +187,14 @@
-
+
diff --git a/src/de/t_battermann/dhbw/todolist/move.png b/src/de/t_battermann/dhbw/todolist/move.png
new file mode 100644
index 0000000..e6e1adc
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/move.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/move.svg b/src/de/t_battermann/dhbw/todolist/move.svg
new file mode 100644
index 0000000..22d1f0a
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/move.svg
@@ -0,0 +1,90 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/password.png b/src/de/t_battermann/dhbw/todolist/password.png
new file mode 100644
index 0000000..b018bd6
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/password.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/password.svg b/src/de/t_battermann/dhbw/todolist/password.svg
new file mode 100644
index 0000000..0388bd6
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/password.svg
@@ -0,0 +1,79 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/remove.png b/src/de/t_battermann/dhbw/todolist/remove.png
new file mode 100644
index 0000000..697ce2d
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/remove.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/remove.svg b/src/de/t_battermann/dhbw/todolist/remove.svg
new file mode 100644
index 0000000..7f5cd8d
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/remove.svg
@@ -0,0 +1,67 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/rename.png b/src/de/t_battermann/dhbw/todolist/rename.png
new file mode 100644
index 0000000..e63b80a
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/rename.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/rename.svg b/src/de/t_battermann/dhbw/todolist/rename.svg
new file mode 100644
index 0000000..a5d4098
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/rename.svg
@@ -0,0 +1,79 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/save.png b/src/de/t_battermann/dhbw/todolist/save.png
new file mode 100644
index 0000000..fc52d2b
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/save.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/save.svg b/src/de/t_battermann/dhbw/todolist/save.svg
new file mode 100644
index 0000000..cca9d3a
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/save.svg
@@ -0,0 +1,92 @@
+
+
+
+
diff --git a/src/de/t_battermann/dhbw/todolist/toggle-done.png b/src/de/t_battermann/dhbw/todolist/toggle-done.png
new file mode 100644
index 0000000..ec62f74
Binary files /dev/null and b/src/de/t_battermann/dhbw/todolist/toggle-done.png differ
diff --git a/src/de/t_battermann/dhbw/todolist/toggle-done.svg b/src/de/t_battermann/dhbw/todolist/toggle-done.svg
new file mode 100644
index 0000000..4a27b0d
--- /dev/null
+++ b/src/de/t_battermann/dhbw/todolist/toggle-done.svg
@@ -0,0 +1,89 @@
+
+
+
+