mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 11:16:11 -04:00
withdraw input is 200 width
This commit is contained in:
parent
f434ca70a5
commit
639b0bf98b
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(180);
|
||||
amountTextField.setMinWidth(200);
|
||||
HyperlinkWithIcon sendMaxLink = feeTuple3.third;
|
||||
|
||||
withdrawMemoTextField = addTopLabelInputTextField(gridPane, ++rowIndex,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue