mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-06 21:54:19 -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;
|
amountLabel = feeTuple3.first;
|
||||||
amountTextField = feeTuple3.second;
|
amountTextField = feeTuple3.second;
|
||||||
amountTextField.setMinWidth(200);
|
amountTextField.setMinWidth(225);
|
||||||
HyperlinkWithIcon sendMaxLink = feeTuple3.third;
|
HyperlinkWithIcon sendMaxLink = feeTuple3.third;
|
||||||
|
|
||||||
withdrawMemoTextField = addTopLabelInputTextField(gridPane, ++rowIndex,
|
withdrawMemoTextField = addTopLabelInputTextField(gridPane, ++rowIndex,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue