Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jiholim committed Oct 24, 2018
1 parent ae20eed commit a28ce33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/ui/WishDetailSavingAmount.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import javafx.scene.control.Label;
import javafx.scene.layout.Region;
import seedu.address.commons.core.LogsCenter;
import seedu.address.commons.events.ui.WishPanelSelectionChangedEvent;
import seedu.address.commons.events.ui.NewResultAvailableEvent;
import seedu.address.commons.events.ui.WishPanelSelectionChangedEvent;
import seedu.address.model.wish.Wish;

/**
Expand Down Expand Up @@ -58,6 +58,6 @@ private void handleWishPanelSelectionChangedEvent(WishPanelSelectionChangedEvent

@Subscribe
private void handleNewResultAvailableEvent(NewResultAvailableEvent event) {
logger.info("test" + event.message );
logger.info("test" + event.message);
}
}
2 changes: 1 addition & 1 deletion src/main/resources/view/DarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -469,4 +469,4 @@

#tags .black {
-fx-background-color: black;
}
}

0 comments on commit a28ce33

Please sign in to comment.