mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
changed marker type selection behavior
This commit is contained in:
parent
1b24991a42
commit
f50e277a78
2 changed files with 6 additions and 3 deletions
|
|
@ -5509,8 +5509,8 @@
|
|||
|
||||
<div id="markersBottom">
|
||||
<button id="markersOverviewRefresh" data-tip="Refresh the Overview screen" class="icon-cw"></button>
|
||||
<select id="addedMarkerType">
|
||||
<option value="" selected>empty marker</option>
|
||||
<select id="addedMarkerType" style="width: 40px">
|
||||
<option value="" selected>❓empty marker</option>
|
||||
</select>
|
||||
<button
|
||||
id="markersAddFromOverview"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue