Skip to content

Commit

Permalink
change height to 350 instead of 400 px
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsymhoven committed May 31, 2021
1 parent 8322974 commit 05722c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public int getPreferredWidth() {

@Override
public int getPreferredHeight() {
return 400;
return 350;
}

@Override
Expand Down

0 comments on commit 05722c3

Please sign in to comment.