Fix issue where Dashboard did not scale when maximized
This commit is contained in:
parent
3b79315228
commit
e943cf8ca9
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@
|
|||
}
|
||||
|
||||
#newTabButton:hover {
|
||||
-fx-background-color: limegreen;
|
||||
-fx-background-color: cornflowerblue;
|
||||
}
|
||||
|
||||
.tab-pane:top .tab-header-area .headers-region .tab:top {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue