withdraw input is 200 width

This commit is contained in:
woodser 2025-05-09 18:37:55 -04:00
parent f434ca70a5
commit 639b0bf98b
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -144,7 +144,7 @@ public class WithdrawalView extends ActivatableView<VBox, Void> {
amountLabel = feeTuple3.first;
amountTextField = feeTuple3.second;
amountTextField.setMinWidth(180);
amountTextField.setMinWidth(200);
HyperlinkWithIcon sendMaxLink = feeTuple3.third;
withdrawMemoTextField = addTopLabelInputTextField(gridPane, ++rowIndex,