style: reduce submap dialog width - v1.104.1

This commit is contained in:
Azgaar 2024-09-20 12:21:51 +02:00
parent 05de284e02
commit d3ba6dd95b
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ window.UISubmap = (function () {
$("#submapOptionsDialog").dialog({
title: "Create a submap",
resizable: false,
width: "32em",
position: {my: "center", at: "center", of: "svg"},
buttons: {
Submap: function () {

View file

@ -12,7 +12,7 @@
*
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.104.0";
const VERSION = "1.104.1";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{