diff --git a/modules/ui/submap.js b/modules/ui/submap.js index 6c6360a8..3d9c51ac 100644 --- a/modules/ui/submap.js +++ b/modules/ui/submap.js @@ -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 () { diff --git a/versioning.js b/versioning.js index dfef489e..99c4eacb 100644 --- a/versioning.js +++ b/versioning.js @@ -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"); {