Skip to content

Commit

Permalink
Merge pull request #257 from AY2223S1-CS2103T-T12-2/java-fx-version-fix
Browse files Browse the repository at this point in the history
Fix: wrong Java FX version
  • Loading branch information
peppapighs authored Nov 7, 2022
2 parents 407db53 + aa1b49d commit c7d6d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/PersonListCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.VBox?>

<HBox id="cardPane" fx:id="cardPane" prefHeight="95.0" prefWidth="560.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1">
<HBox id="cardPane" fx:id="cardPane" prefHeight="95.0" prefWidth="560.0" xmlns="http://javafx.com/javafx/11" xmlns:fx="http://javafx.com/fxml/1">
<GridPane HBox.hgrow="ALWAYS">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10" prefWidth="150" />
Expand Down

0 comments on commit c7d6d9a

Please sign in to comment.