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
@@ -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) {