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 {
|
#newTabButton:hover {
|
||||||
-fx-background-color: limegreen;
|
-fx-background-color: cornflowerblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-pane:top .tab-header-area .headers-region .tab:top {
|
.tab-pane:top .tab-header-area .headers-region .tab:top {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<items>
|
<items>
|
||||||
<VBox fx:id="tabDashboardBox" alignment="TOP_CENTER" SplitPane.resizableWithParent="false">
|
<VBox fx:id="tabDashboardBox" alignment="TOP_CENTER" SplitPane.resizableWithParent="false">
|
||||||
<children>
|
<children>
|
||||||
<HBox VBox.vgrow="ALWAYS">
|
<HBox VBox.vgrow="NEVER">
|
||||||
<children>
|
<children>
|
||||||
<JFXButton fx:id="newTabButton" contentDisplay="CENTER" minHeight="35.0" minWidth="40.0"
|
<JFXButton fx:id="newTabButton" contentDisplay="CENTER" minHeight="35.0" minWidth="40.0"
|
||||||
onAction="#addTab" HBox.hgrow="ALWAYS">
|
onAction="#addTab" HBox.hgrow="ALWAYS">
|
||||||
|
|
Loading…
Reference in a new issue