diff --git a/app/js/data/ids.js b/app/js/data/ids.js index 3abed4b..4fa7f19 100644 --- a/app/js/data/ids.js +++ b/app/js/data/ids.js @@ -439,7 +439,7 @@ class IDS { transform: true, recompute:true, inputType: inputs.Number, - label: `Vertical offset`, + label: `Vertical Offset`, inputOptions: { step: 1, min: -32000, max: 32000, size: ui.FLAGS.SIZE_XXS, placeholder: `· · ·` }, desc: `A vertical offset applied to the glyph position after everything else is computed.` }; diff --git a/app/js/editors/editor-list-import.js b/app/js/editors/editor-list-import.js index 63c210e..56ceb0e 100644 --- a/app/js/editors/editor-list-import.js +++ b/app/js/editors/editor-list-import.js @@ -59,7 +59,7 @@ class EditorListImport extends base { }, '.settings': { 'width': '300px', - 'height': '376px' + //'height': '376px' }, '.preview': { 'position': 'relative',