Skip to content

Commit

Permalink
Adjusted pith estimate geo dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn573 committed Jul 23, 2024
1 parent 43a2960 commit 919245f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Leaflet.PithEstimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ function NewGeoEstimateDialog(Inte) {
this.numAvailableYears = 0;

let minWidth = 350;
let minHeight = 300;
let minHeight = 330;
this.size = [minWidth, minHeight];
this.anchor = [50, 0];

Expand All @@ -586,6 +586,8 @@ function NewGeoEstimateDialog(Inte) {
this.dialog.setContent(content);
this.dialog.open();
this.dialogOpen = true;

Inte.treering.collapseTools();
}

/**
Expand Down

0 comments on commit 919245f

Please sign in to comment.