mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-09 16:29:27 -04:00
fix alignment of market price pct when taking offer
This commit is contained in:
parent
93f6337e6a
commit
da17bcc76d
1 changed files with 0 additions and 1 deletions
|
@ -1134,7 +1134,6 @@ public class TakeOfferView extends ActivatableViewAndModel<AnchorPane, TakeOffer
|
|||
fakeXLabel = new Label();
|
||||
fakeXIcon = getIconForLabel(MaterialDesignIcon.CLOSE, "2em", fakeXLabel);
|
||||
fakeXLabel.setVisible(false); // we just use it to get the same layout as the upper row
|
||||
fakeXIcon.setManaged(false);
|
||||
fakeXLabel.getStyleClass().add("opaque-icon-character");
|
||||
|
||||
HBox hBox = new HBox();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue