Skip to content

Commit

Permalink
Merge pull request #224 from notle1706/master
Browse files Browse the repository at this point in the history
Update clientCard
  • Loading branch information
ElginL authored Oct 27, 2022
2 parents 2d5927c + 8d5074c commit 91b0d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/view/ClientListCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Label fx:id="address" styleClass="cell_small_label" text="\$address" wrapText="true" />
<Label fx:id="phone" styleClass="cell_small_label" text="\$phone" wrapText="true" />
<Label fx:id="email" styleClass="cell_small_label" text="\$email" wrapText="true" />
<Label fx:id="remarks" styleClass="cell_small_label" text="\$remarks" wrapText="true" />
<Label fx:id="remarks" styleClass="cell_small_label" text="\$remarks" />
<Label fx:id="transactions" styleClass="cell_small_label" text="\$transactions" wrapText="true" />
</VBox>
<rowConstraints>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<?import javafx.scene.text.Font?>
<?import javafx.stage.Stage?>

<fx:root minHeight="680.0" minWidth="530.0" onCloseRequest="#handleExit" title="JeeqTracker" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1">
<fx:root minHeight="680.0" minWidth="530.0" onCloseRequest="#handleExit" title="JeeqTracker" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<icons>
<Image url="@/images/address_book_32.png" />
</icons>
Expand Down

0 comments on commit 91b0d93

Please sign in to comment.