From d3ba6dd95b35a85137f1600fecac94cc6f8978dc Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 20 Sep 2024 12:21:51 +0200 Subject: [PATCH] style: reduce submap dialog width - v1.104.1 --- modules/ui/submap.js | 1 + versioning.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"); {