Skip to content

Commit

Permalink
Add id to time label
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan Weiguang committed Nov 4, 2016
1 parent 83e7336 commit 5450f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/agendum/ui/TaskCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public static TaskCard load(ReadOnlyTask task, int Index) {
public void initialize() {

Label time = new Label();
time.setId("time");

if (task.isOverdue()) {
cardPane.setStyle("-fx-background-color: rgba(244, 67, 54, 0.8)");
Expand Down

0 comments on commit 5450f2c

Please sign in to comment.