mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-14 02:39:25 -04:00
widen withdraw amount field
This commit is contained in:
parent
81f7bac452
commit
b82d6c3004
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue