mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 08:17:57 +00:00
fix visual dividers in offer detail windows
This commit is contained in:
parent
1adf7bd73f
commit
03b26fa423
1 changed files with 1 additions and 5 deletions
|
@ -307,11 +307,7 @@ public class OfferDetailsWindow extends Overlay<OfferDetailsWindow> {
|
|||
if (!isF2F)
|
||||
rows++;
|
||||
|
||||
// At create offer we do not show the makerFeeTxId
|
||||
if (!placeOfferHandlerOptional.isPresent()) {
|
||||
rows++;
|
||||
}
|
||||
|
||||
addTitledGroupBg(gridPane, ++rowIndex, rows, Res.get("shared.details"), Layout.GROUP_DISTANCE);
|
||||
addConfirmationLabelTextFieldWithCopyIcon(gridPane, rowIndex, Res.get("shared.offerId"), offer.getId(),
|
||||
Layout.TWICE_FIRST_ROW_AND_GROUP_DISTANCE);
|
||||
addConfirmationLabelTextFieldWithCopyIcon(gridPane, ++rowIndex, Res.get("offerDetailsWindow.makersOnion"),
|
||||
|
|
Loading…
Reference in a new issue