mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 20:24:24 -04:00
fix seller's payout amount label
This commit is contained in:
parent
4fb85d06e8
commit
e18e24875b
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ public class DisputeSummaryWindow extends Overlay<DisputeSummaryWindow> {
|
|||
|
||||
sellerPayoutAmountInputTextField = new InputTextField();
|
||||
sellerPayoutAmountInputTextField.setLabelFloat(true);
|
||||
buyerPayoutAmountInputTextField.getStyleClass().add("label-float");
|
||||
sellerPayoutAmountInputTextField.getStyleClass().add("label-float");
|
||||
sellerPayoutAmountInputTextField.setPromptText(Res.get("disputeSummaryWindow.payoutAmount.seller"));
|
||||
sellerPayoutAmountInputTextField.setEditable(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue