Skip to content

Commit

Permalink
Merge pull request #120 from LimZiJia/minor-updates
Browse files Browse the repository at this point in the history
Update UI.png
  • Loading branch information
GERARDJM018 authored Apr 4, 2024
2 parents 305f54f + f56ac95 commit 6d876eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ run {
}

shadowJar {
archiveBaseName = "HouseKeepingHub"
archiveVersion = "v1.3.0"
archiveBaseName = "HousekeepingHub"
archiveVersion = "v1.3.1"
archiveClassifier = null
}

Expand Down
Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</padding>
<Label styleClass="column-header" text="Client :"
style="-fx-text-fill: black; -fx-background-radius: 10; -fx-border-color: #BFBFBF; -fx-border-radius: 10;
-fx-padding: 0 2 0 8; -fx-alignment: CENTER_LEFT; -fx-font-weight: bold; -fx-font-size: large;
-fx-background-color: #0095FF" prefWidth="65"
-fx-padding: 0 2 0 8; -fx-alignment: CENTER_LEFT; -fx-font-weight: bold; -fx-font-size: 14px;
-fx-background-color: #0095FF" prefWidth="70"
/>
<StackPane fx:id="clientListPanelPlaceholder" VBox.vgrow="ALWAYS" prefWidth="320"/>
</VBox>
Expand All @@ -72,7 +72,7 @@
<Label styleClass="column-header" text="Housekeeper :"
style="-fx-text-fill: black; -fx-background-radius: 10; -fx-border-color: #BFBFBF;
-fx-border-radius: 10; -fx-padding: 0 2 0 8; -fx-alignment: CENTER_LEFT; -fx-font-weight: bold;
-fx-font-size: large; -fx-background-color: #FF6A00" prefWidth="115"
-fx-font-size: 14px; -fx-background-color: #FF6A00" prefWidth="127"
/>
<StackPane fx:id="housekeeperListPanelPlaceholder" VBox.vgrow="ALWAYS" prefWidth="180"/>
</VBox>
Expand Down

0 comments on commit 6d876eb

Please sign in to comment.