mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
txtree sizing
This commit is contained in:
parent
3436e5e3ad
commit
e860b32357
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
<items>
|
||||
<MasterDetailPane fx:id="transactionMasterDetail" detailSide="BOTTOM">
|
||||
<masterNode>
|
||||
<SplitPane dividerPositions="0.2">
|
||||
<SplitPane dividerPositions="0.15">
|
||||
<items>
|
||||
<TreeView fx:id="txtree">
|
||||
<TreeView fx:id="txtree" minWidth="120">
|
||||
<SplitPane.resizableWithParent>false</SplitPane.resizableWithParent>
|
||||
</TreeView>
|
||||
<StackPane fx:id="txpane" />
|
||||
|
|
Loading…
Reference in a new issue