fix expanding grey area in transaction viewer when increasing hex area height

This commit is contained in:
Craig Raw 2022-02-07 12:24:00 +02:00
parent ebf7a3f177
commit a68eeb4669
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
.tx-pane {
-fx-background-color: -fx-background;
-fx-min-height: 0;
}
.color-0 { -fx-fill: #ca1243 }

View file

@ -15,7 +15,7 @@
<TreeView fx:id="txtree" minWidth="120">
<SplitPane.resizableWithParent>false</SplitPane.resizableWithParent>
</TreeView>
<StackPane fx:id="txpane" styleClass="tx-pane"/>
<StackPane fx:id="txpane" styleClass="tx-pane" minHeight="0"/>
</items>
</SplitPane>
</masterNode>