Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSY committed Oct 22, 2022
1 parent 31125c3 commit 3237639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/seedu/waddle/ui/UiSizes.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package seedu.waddle.ui;

/**
* Standard sizes for UI elements.
*/
public class UiSizes {
public static final double ITEM_CARD_HEIGHT = 120;
public static final double ITEM_LIST_MIN_HEIGHT = 20;
Expand Down

0 comments on commit 3237639

Please sign in to comment.