From 201f2a424f0edf5faed2a62607eda38da550d18e Mon Sep 17 00:00:00 2001 From: Rohit Awate Date: Mon, 29 Jan 2018 15:13:01 +0530 Subject: [PATCH] Added ability to resize TabPane and ResponseArea on Dashboard --- src/main/resources/css/Default.css | 5 + .../resources/fxml/dashboard/Dashboard.fxml | 165 ++++++++++-------- .../resources/fxml/dashboard/HeaderTab.fxml | 1 - 3 files changed, 95 insertions(+), 76 deletions(-) diff --git a/src/main/resources/css/Default.css b/src/main/resources/css/Default.css index 1764d11..d69bf11 100644 --- a/src/main/resources/css/Default.css +++ b/src/main/resources/css/Default.css @@ -93,6 +93,11 @@ -fx-faint-focus-color: transparent; } +.split-pane, +.split-pane .split-pane-divider { + -fx-background-color: #505050; +} + .scroll-pane, .scroll-pane .viewport { -fx-background-insets: 0; diff --git a/src/main/resources/fxml/dashboard/Dashboard.fxml b/src/main/resources/fxml/dashboard/Dashboard.fxml index a3dd658..e64665f 100644 --- a/src/main/resources/fxml/dashboard/Dashboard.fxml +++ b/src/main/resources/fxml/dashboard/Dashboard.fxml @@ -66,94 +66,109 @@ - - - - - - - - - - - - - + + + - - - - - - - - + + + + + + + - - - - - + + -