Fix issue where Dashboard did not scale when maximized

This commit is contained in:
Rohit Awate 2018-07-30 19:15:40 +05:30
parent 3b79315228
commit e943cf8ca9
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@
}
#newTabButton:hover {
-fx-background-color: limegreen;
-fx-background-color: cornflowerblue;
}
.tab-pane:top .tab-header-area .headers-region .tab:top {

View file

@ -29,7 +29,7 @@
<items>
<VBox fx:id="tabDashboardBox" alignment="TOP_CENTER" SplitPane.resizableWithParent="false">
<children>
<HBox VBox.vgrow="ALWAYS">
<HBox VBox.vgrow="NEVER">
<children>
<JFXButton fx:id="newTabButton" contentDisplay="CENTER" minHeight="35.0" minWidth="40.0"
onAction="#addTab" HBox.hgrow="ALWAYS">