fix alignment of market price pct when taking offer

This commit is contained in:
woodser 2025-07-05 10:56:12 -04:00 committed by GitHub
parent 93f6337e6a
commit da17bcc76d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();