Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleymok committed Apr 13, 2019
1 parent 5d542d2 commit 3f9a909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/BrowserPanel.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<items>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0">
<children>
<ImageView fx:id="apparelImageView" fitHeight="300.0" fitWidth="400.0" layoutX="299.0" layoutY="73.0" pickOnBounds="true" preserveRatio="true"
<ImageView fx:id="apparelImageView" fitHeight="300.0" fitWidth="400.0" layoutX="299.0" layoutY="73.0" pickOnBounds="true" preserveRatio="true"
AnchorPane.leftAnchor="30.0" AnchorPane.rightAnchor="30.0" AnchorPane.topAnchor="50.0" AnchorPane.bottomAnchor="50.0" >
<image>
<Image url="/images/test.jpg"></Image>
Expand Down

0 comments on commit 3f9a909

Please sign in to comment.