mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
fix expanding grey area in transaction viewer when increasing hex area height
This commit is contained in:
parent
ebf7a3f177
commit
a68eeb4669
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
.tx-pane {
|
||||
-fx-background-color: -fx-background;
|
||||
-fx-min-height: 0;
|
||||
}
|
||||
|
||||
.color-0 { -fx-fill: #ca1243 }
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue