Skip to content

Commit

Permalink
changed value
Browse files Browse the repository at this point in the history
  • Loading branch information
peretr committed May 18, 2026
1 parent 2cb84c2 commit 2821247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class StockController {

private static final int STEEP_THRESHOLD = 5; //45
private static final int STEEP_THRESHOLD = 45;
private static final int EVENT_MAGNITUDE = 90;
private static final double NOISE_RANGE = 8.0;
private static final int MIN_TREND_FRAMES = 10;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MailApp extends Popup {
* @param controller the controller managing mail data
*/
public MailApp(MailController controller) {
super(450, 700, 140, 140, App.MAIL);
super(450, 600, 140, 140, App.MAIL);
this.controller = controller;
this.mailList = new VBox(10);
buildContent();
Expand Down

0 comments on commit 2821247

Please sign in to comment.