adjust transaction tree width for input labelling

This commit is contained in:
Craig Raw 2024-01-17 13:43:48 +02:00
parent 6aa5473b24
commit 734818cd9e
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ public class TransactionController implements Initializable {
if(form != null) { if(form != null) {
Label label = form.getLabel(); Label label = form.getLabel();
label.setMaxWidth(100); label.setMaxWidth(110);
setGraphic(label); setGraphic(label);
if(form.getSigningWallet() != null) { if(form.getSigningWallet() != null) {

View file

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