Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan-khd committed Aug 7, 2020
1 parent aed36f7 commit 77c2cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/client/Protocol.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package client;

public enum Protocol {
CLIENT_COMPONENT("127.0.0.1", 53157);
CLIENT_COMPONENT("127.0.0.1", 59137);

public String Ip;
public int port;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/client/view/ProductPaneOff.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</image>
</ImageView>
<Label fx:id="availableLabel" layoutX="42.0" layoutY="269.0" text="Available" />
<StackPane layoutX="23.0" layoutY="14.0" prefHeight="185.0" prefWidth="185.0" style="-fx-background-radius: 10 10 10 10;">
<StackPane fx:id="productImageStackPane" layoutX="23.0" layoutY="14.0" prefHeight="185.0" prefWidth="185.0" style="-fx-background-radius: 10 10 10 10;">
<children>
<Rectangle fx:id="productImage" arcHeight="25.0" arcWidth="25.0" fill="#a3a7ab" height="185.0" stroke="BLACK" strokeType="INSIDE" strokeWidth="0.0" width="185.0" />
</children>
Expand Down

0 comments on commit 77c2cef

Please sign in to comment.