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 c0a09efc..49a525eb 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(); }