diff --git a/client/src/main/java/ru/trader/view/support/RouteNode.java b/client/src/main/java/ru/trader/view/support/RouteNode.java index 60d7a53..b2845f2 100644 --- a/client/src/main/java/ru/trader/view/support/RouteNode.java +++ b/client/src/main/java/ru/trader/view/support/RouteNode.java @@ -46,7 +46,7 @@ public class RouteNode { p = p.getNext(); if (cargo == null && p.getBest() != null){ cargo = p.getBest(); - icons.getChildren().add(Glyph.create("FontAwesome|UPLOAD_ALT")); + icons.getChildren().add(Glyph.create("FontAwesome|UPLOAD")); } if (p.isRefill()) icons.getChildren().add(Glyph.create("FontAwesome|REFRESH")); @@ -75,7 +75,7 @@ public class RouteNode { if (cargo != null && cargo.isBuyer(p.get())){ v.getChildren().add(new Text(String.format(" (%+.0f) ", cargo.getProfit()))); cargo = null; - icons.getChildren().add(Glyph.create("FontAwesome|DOWNLOAD_ALT")); + icons.getChildren().add(Glyph.create("FontAwesome|DOWNLOAD")); } } node.getChildren().addAll(v, icons); diff --git a/client/src/main/java/ru/trader/view/support/cells/EditOfferCell.java b/client/src/main/java/ru/trader/view/support/cells/EditOfferCell.java index cb2aa56..6f9e7b8 100644 --- a/client/src/main/java/ru/trader/view/support/cells/EditOfferCell.java +++ b/client/src/main/java/ru/trader/view/support/cells/EditOfferCell.java @@ -47,7 +47,7 @@ public class EditOfferCell extends TextFieldCell { Platform.runLater(() -> { if (isSell) {