From dd99292c65daa235b74ccf6a49cbc6bc7c0b16df Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Fri, 28 Aug 2020 15:12:44 +0200 Subject: [PATCH] Minor fix to main window --- auto-cream-api.iml | 1 + src/main/resources/mainWindow.fxml | 133 +++++++++++++++-------------- src/main/resources/stylesheet.css | 5 ++ 3 files changed, 75 insertions(+), 64 deletions(-) diff --git a/auto-cream-api.iml b/auto-cream-api.iml index e634122..f1fda61 100644 --- a/auto-cream-api.iml +++ b/auto-cream-api.iml @@ -16,6 +16,7 @@ + diff --git a/src/main/resources/mainWindow.fxml b/src/main/resources/mainWindow.fxml index a0d4fdc..60e7f8f 100644 --- a/src/main/resources/mainWindow.fxml +++ b/src/main/resources/mainWindow.fxml @@ -30,81 +30,86 @@ --> - +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - +
- - +
\ No newline at end of file diff --git a/src/main/resources/stylesheet.css b/src/main/resources/stylesheet.css index c84e7e4..5c463fd 100644 --- a/src/main/resources/stylesheet.css +++ b/src/main/resources/stylesheet.css @@ -16,3 +16,8 @@ JFXButton { -fx-background-color: #ddd; } + +#state_label { + -fx-background-color: #ddd; + -fx-border-color: #aaa; +} \ No newline at end of file