diff --git a/index.html b/index.html index 19795b6a..83875397 100644 --- a/index.html +++ b/index.html @@ -7886,7 +7886,7 @@ - + diff --git a/modules/dynamic/editors/cultures-editor.js b/modules/dynamic/editors/cultures-editor.js index 3f8018d6..15fe1f32 100644 --- a/modules/dynamic/editors/cultures-editor.js +++ b/modules/dynamic/editors/cultures-editor.js @@ -24,7 +24,7 @@ export function open() { function insertEditorHtml() { const editorHtml = /* html */ `
-
+
Culture 
Type 
Namesbase 
@@ -171,6 +171,7 @@ function culturesEditorAddLines() { value="${c.name}" autocorrect="off" spellcheck="false" /> + @@ -181,8 +182,7 @@ function culturesEditorAddLines() {
${si(area)} ${unit}
${si(population)}
- + style="width: 4em">${si(population)}
${getShapeOptions(selectShape, c.shield)}
`; continue; @@ -207,6 +207,7 @@ function culturesEditorAddLines() { + @@ -225,8 +226,7 @@ function culturesEditorAddLines() {
${si(area)} ${unit}
${si(population)}
- + style="width: 4em">${si(population)}
${getShapeOptions(selectShape, c.shield)} diff --git a/modules/ui/editors.js b/modules/ui/editors.js index 23798861..9b167f57 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -1182,7 +1182,7 @@ async function editStates() { async function editCultures() { if (customization) return; - const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.89.02"); + const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.89.09"); Editor.open(); } diff --git a/versioning.js b/versioning.js index c901a46a..0769eb33 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.89.08"; // generator version, update each time +const version = "1.89.09"; // generator version, update each time { document.title += " v" + version;