* pump version to 1.8

* resampleDialog UI update

* don't draw markers if not required

* submapOptionsDialog style changes
This commit is contained in:
Azgaar 2022-04-26 22:48:17 +03:00 committed by Peter
parent 365db354c9
commit aae22ec1e5
2 changed files with 1 additions and 5 deletions

View file

@ -2358,9 +2358,6 @@ svg.button {
user-select: none;
}
#goods > g > use {
pointer-events: none;
}
.dontAsk {
margin: 0.9em 0 0 0.6em;

View file

@ -5863,11 +5863,10 @@
<input id="submapPromoteTowns" class="checkbox" type="checkbox" />
<label for="submapPromoteTowns" class="checkbox-label">Promote towns to largetowns</label>
</div>
<div data-tip="Add lakes in depressions. (Can be very slow on big landmasses!)">
<div data-tip="Add lakes in depressions (can be very slow on big landmasses)">
<input id="submapAddLakeInDepression" class="checkbox" type="checkbox" />
<label for="submapAddLakeInDepression" class="checkbox-label">Add lakes in depressions (slow)</label>
</div>
<hr />
</div>
<div id="alert" style="display: none" class="dialog">