mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
style: reduce submap dialog width - v1.104.1
This commit is contained in:
parent
05de284e02
commit
d3ba6dd95b
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ window.UISubmap = (function () {
|
||||||
$("#submapOptionsDialog").dialog({
|
$("#submapOptionsDialog").dialog({
|
||||||
title: "Create a submap",
|
title: "Create a submap",
|
||||||
resizable: false,
|
resizable: false,
|
||||||
|
width: "32em",
|
||||||
position: {my: "center", at: "center", of: "svg"},
|
position: {my: "center", at: "center", of: "svg"},
|
||||||
buttons: {
|
buttons: {
|
||||||
Submap: function () {
|
Submap: function () {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
*
|
*
|
||||||
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
|
* 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");
|
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue