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) {
Label label = form.getLabel();
label.setMaxWidth(100);
label.setMaxWidth(110);
setGraphic(label);
if(form.getSigningWallet() != null) {

View file

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