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 () {