widen withdraw amount field

This commit is contained in:
woodser 2025-06-19 08:09:43 -04:00 committed by GitHub
parent 81f7bac452
commit b82d6c3004
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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